OS X 10.8
Creator 2.7.1
Qt 5.1 Beta
(I don’t know whether this issue is with qmake, Creator, or something else. But it seemed to fit this forum best, so here goes.)
I now have an app running properly in the iOS simulator, but Creator says my iOS device build of Qt is compiled for arm-macos-generic-mach_o-32bit which clang can’t compile to. It insists that I offer another compiler for this purpose, but I don’t have another compiler available (unless it wants gcc? that seems doubtful) and wouldn’t know where to put it in the GUI if I did.
My iOS build was configured as such, per http://blog.qt.digia.com/blog/2013/03/05/qt-for-ios-preview/ and `xcodebuild -showsdks`:
./configure -xplatform unsupported/macx-ios-clang -developer-build -nomake examples -nomake tests -release -sdk iphoneos6.1
I don’t know what other information might be useful, but I’m willing to add whatever will help.
↧