I have an IOS project which i had set the IOS Deployment Target to 4.3 under Targets > Build Settings. I have Uploaded it to iTunes connect and now it says Requires IOS 6 or later. Also the valid architectures are : armv7 armsv7.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The minimum version supported of your app is set in the summary section of your project. Look for
deployment target. If you specify4.3for example in that field it means that you are supporting all version starting from4.3. Double check your settings.