Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Recently app-store is successfully approved my iOS application. My application is cocos2dbox2d application

Application details:

  1. Development target is 4.3

  2. Xcode 4.5

  3. Universal app

  4. Default-568h@2x.png added

  5. Base SDK - iOS6.0

  6. Valid Architectures - armv7

  7. 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...

share|improve this question
3  
You should work on accepting some of your other answers. – lc. Dec 5 '12 at 6:25

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
Good to know.. :) +1 – TonyMkenu Dec 5 '12 at 8:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.