Is Xcode 7 supported in QT Creator for building iOS applications

7042
4
Jump to solution
09-18-2015 11:26 AM
JamesStreet1
New Contributor

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.

Preferences_and_Qt_Creator_and_Start_New_Discussion___GeoNet.png

0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

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.

View solution in original post

4 Replies
MarcoPiccolino1
New Contributor III

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 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>

0 Kudos
JamesStreet1
New Contributor

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.

0 Kudos
ThomasDunn
Occasional Contributor

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. 

0 Kudos
LucasDanzinger
Esri Frequent Contributor

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.