Application check

I have a project that was made by another programmer. I downloaded its version, and my goal was to add code. I did not change anything in the project settings, except for my provisioning profiles. The deployment objective is 5.1. I tried checking out the new version, but I have one problem:

This package is not valid. Applications that include the arm64 architecture cannot have a MinimumOSVersion value less than "5.1.1".

But the last update of the application was made by him 1.5 months ago. So the question is, should I change the deployment target to 6.0?

+4
source share
1 answer

MinimumOSVersion 5.1.1, arm64 .

, arm64, , 7.0 .

, iOS 5.1.1, arm64 .

+1

Source: https://habr.com/ru/post/1537056/


All Articles