QWT compilation for iOS emulator problems! (symbol(s) not found for architecture i386)
-
Hello,
I have a problem when I want to test my application on iPhoneEmulator, all is ok with Qt libraries (I have buid the app with pure Qt classes and it works), but my app uses QWT for plotting and gauges, I managed to compile the Framework but when I compile my app I get the following error: symbol(s) not found for architecture i386, this is how I qmaked the QWT Framework:
/Users/jetsper/Qt/5.4/ios/bin/qmake /Users/jetsper/qwt-6.1.2/qwt.pro -r -spec macx-ios-clang CONFIG+=x86 CONFIG+=iphonesimulator
I have checked the resulting libs with file command and have entries for i386 and x86_64 but I can't figure it out why is not working, I compiled it successfully for mac os x but I don't know why doesn't work for iOS, can someone give me a hit about what might be wrong please?I use the latest Qt version installed through the on-line installer, I run latest version of OS X 10.10.1 and Xcode 6.1.1, and qwt 6.1.2
-
Did you manage to compile qwt for iOS?