iOS Minimum OS Requirements different between Xcode project and iTunes Connect

后端 未结 2 1212
执笔经年
执笔经年 2021-01-26 12:28

I submitted an app to iTunes 7 days ago. Its status is \"Waiting For Review\"

I set iOS Deployment Target as 6.0 in the project\'s settings:

相关标签:
2条回答
  • 2021-01-26 12:37

    Most likely you have set the "Deployment Target" to iOS 5.0 for your target. The target level settings will override any project level setting. Either remove the target level setting or update the target level setting to the proper value.

    0 讨论(0)
  • 2021-01-26 12:38

    What you did, regarding the 6.0, is only say that's the deployment to be set as, not the MINIMUM deployment. I'd say go back, check your info.plist, and check to see that the minimum os version is set to 6.0. Your min os version in your info.plist is probably set to 5.0

    0 讨论(0)
提交回复
热议问题