Hi,
I’m currently trying Corona Enterprise. I tried to launch my XCode project with “Deployment target” set to 4.3, and I get this compile error :
clang: error: invalid deployment target for -stdlib=libc++ (requires iOS 5.0 or later)
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
It seems like the project is using libc++, which is like libstdc++ but only for iOS 5.0+. Then I tried to change it to libstdc++, but on OS < 5.0 I get another error :
dyld: Library not loaded: /System/Library/Frameworks/GLKit.framework/GLKit
Which seems also only available for iOS 5.0+. I assume if I remove it then nothing would work anymore, so here is my question:
How can I build my Corona Enterprise XCode project for the deployment target 4.3 ?
Best regards,
Jeremy. [import]uid: 188126 topic_id: 32707 reply_id: 332707[/import]