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?
source
share