Hi there,
building my app under Mavericks, Qt 5.2rc with xcode 5.0.2, compiles and runs fine when started from QtCreator.
I do macdeployqt on the .app file
Then I try to run it by double clicking it in finder. It opens a window, but that window stays black. This is in fact expected behavior for my app, if it can’t find or open required resource files.
When I run it from terminal “open My.app”, same results, black window in my face.
However, when I go “sudo open My.app” it runs just fine, loads all the resource files and displays.
So this must be some kind of file permission issue with Mavericks / Qt?
I never had this on OSX 10.8 down to 10.6.8
Any ideas?
↧