I was building a new deployment for an iPad and through the Apple developer site it requested I accept a new license agreement today. When I downloaded a new provisioning profile it updated Xcode and now the build kits for iOS are invalid in QT Creator.
We contacted Qt support to know for sure what is and is not supported. It looks like with the current release of Qt (5.5), Xcode 7 is not supported. Here is the info they provided us:
You can find the list of supported platforms and compilers from this link: http://doc.qt.io/QtSupportedPlatforms/index.html
iOS 8.1 - OS X 10.9 host clang-600.0.54 CI Tested
clang-600.0.54 is Xcode version 6.1.
XCode 7 is not in our CI build pool and thus it's not supported.
We are looking into the problems with Qt on iOS with Xcode 7. We will post more information here when we have it to share. In the meantime, consider rolling back to Xcode 6. Thank you.
Problem is not with building on the mac it is iOS. The iOS kits are now invalid due to some library files missing and not sure why.
Try adding this to your pro file:
macx { QMAKE_MAC_SDK = macosx10.11 }
Il 18/set/2015 08:27 PM, "James Street" <geonet@esri.com> ha scritto:
GeoNet <https://community.esri.com/?et=watches.email.thread> Is Xcode 7supported in QT Creator for building iOS applicationscreated by James Street<https://community.esri.com/people/streetjp?et=watches.email.thread> in *ArcGISRuntime SDK for Qt* - View the full discussion<https://community.esri.com/message/552976?et=watches.email.thread#552976>
GeoNet <https://community.esri.com/?et=watches.email.thread> Is Xcode 7
supported in QT Creator for building iOS applications
created by James Street
<https://community.esri.com/people/streetjp?et=watches.email.thread> in *ArcGIS
Runtime SDK for Qt* - View the full discussion
<https://community.esri.com/message/552976?et=watches.email.thread#552976>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.