我正在使用Apache Cordova Tools for Visual Studio构建一个iOS应用程序,我已经正确构建了我的应用程序,并通过导出到xCode进程,存档和提交到App Store获得了它.我认为它最终完成,直到我在尝试提交到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.
我明白这意味着我需要将此变量更改为低于8.4的数字,但我无法找到项目中此值设置的位置.如果有人可以让我知道如何通过Visual Studio或通过xCode文件修改此变量,我将非常感激.