iTunes Connect invalid SDK Value: LC_VERSION_MIN_IPHONEOS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-29 07:15:14

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/31792450/itunes-connect-invalid-sdk-value-lc-version-min-iphoneos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!