Question

I have the project, that was done by another programmer. I downloaded his version and my target was to add some code. I didn't change anything in project settings, except my provision profiles. The deployment target is 5.1. I Tried to validate by new version, but i have one issue :

This bundle is invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than '5.1.1'.

But the last update of the app was made by him 1.5 month ago. So the question is - should i change the deployment target to 6.0?

Was it helpful?

Solution

You can't set MinimumOSVersion to 5.1.1 until you remove arm64 architecture from your app.

If you need your app to be based on arm64 architect, set the minimum OS supported to 7.0 or more.

Else, if you need your app to run in iOS 5.1.1, remove arm64 from your project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top