Qt Creator no console output on iOS
Mobile and Embedded
1
Posts
1
Posters
762
Views
1
Watching
-
I recently installed Qt Libraries and Qt Creator using the online installer on MacOS X 10.10.
I am using Qt Creator and creating a QtQuickApplication.While running localy, I can see qDebug / cout output under Application Output, however, when running on iOS Simulator there is no output. There is output when using both NSLog and printf in Xcode.