When I create a QtWidgets application, select iphonesimulator-clang Qt5.3, and run the app in debug mode on the iOS simulator I get the error below. I am not adding any code; just running the Qt Creator template code.
"Error: You are creating QApplication before calling UIApplicationMain. If you are writing a native iOS application, and only want to use Qt for parts of the application, a good place to create QApplication is from within 'applicationDidFinishLaunching' inside your UIApplication delegate.”
I have Qt5.3.1 (installed using the online installer) and Xcode 5.1.1.
Running the provided Calculator Example on the iOS simulator works fine without the error.