问题
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:

I did not do anything about minimum os version or deployment sdk in info.plist
file:

I archived and submitted my app to iTunes Connect. Today, when I check Binary Details
of my app, I see this, "Minimum OS Requirements : 5.0"
:

Why is there a difference between my iOS Deployment Target and Minimum OS Requirements? Did I do something wrong? (e.g.
info.plist
edit?)If I did something wrong, what should I do? Should I reject my binary, submit a new one and reset the review queue? Or should I contact Apple?
回答1:
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.
回答2:
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
来源:https://stackoverflow.com/questions/16289316/ios-minimum-os-requirements-different-between-xcode-project-and-itunes-connect