Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
331 views
in Technique[技术] by (71.8m points)

ios - iTunes Connect invalid SDK Value: LC_VERSION_MIN_IPHONEOS

I am building an iOS application with Apache Cordova Tools for Visual Studio and I have built my Application correctly and i have gotten it through the exporting to xCode process, Archiving, and submitting to the App Store. I thought it was finally done until i got this error when trying to submit to the App Store:

Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK. Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in ****APP NAME**** is 9.0 which is greater than the maximum allowed value of 8.4.

I understand that this means i need to change this variable to a number below 8.4 but i can't find where in the project this value is set. If anyone could let me know how to modify this variable through Visual Studio or through an xCode file i would greatly appreciate it.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Figured out my mistake. This was my first time publishing an iOS application so i thought downloading the latest version of xCode would be the best environment to develop in but the latest version turned out to be a BETA version of the software so publishing was not supported. After downgrading back to the most recent non-BETA verison of xCode i was able to submit the Application.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...