Reputation: 1517
Recently app-store is successfully approved my iOS application. My application is cocos2dbox2d application
Application details:
Development target is 4.3
Xcode 4.5
Universal app
[email protected] added
Base SDK - iOS6.0
Valid Architectures - armv7
Build Active ArchitectureOnly - NO
This is my application Build settings. OK, Now i am trying to install my application in iOS5.1 ipad. It showing Alert message, Message is This app requires iOS6.
Why it is happen? Any one help me...
Thanks Advance...
Upvotes: 1
Views: 748
Reputation: 3547
Check that in both, your project's settings and target setting, iOS Deployment Target is same, coz target overwrite the project's settings, means if you set you deployment target to 5.1 in Project settings whereas in Target's setting it's selected 6.0, then project setting for deployment target isn't used instead Xcode uses the target's settings
Upvotes: 2