iOS Minimum OS Requirements different between Xcode project and iTunes Connect

后端 未结 2 1236
执笔经年
执笔经年 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.

提交回复
热议问题