On 1/8/14 20:35 , cincirin wrote: > Hi, > > The Qt documentation [1] point us that iOS minimum deployment target is > iOS 5.0
The issue here is that you're building against the iOS 5.0 SDK. The deployment target can still be iOS 5.0 even if you build against the latest SDK (which you should). Now, another issue is that we don't detect that the user is using a lower SDK to build the app than what Qt was built with (iOS 6.1 SDK i believe). I'll look into that. Tor Arne _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
