Reputation: 2531
I have an iPad with iOS 10.3 installed. Some apps are triggering a popup warning:
"SomeApp" needs to be updated. This app will not work with future versions of iOS.
It is something related with 32 or 64 bits? I am using last version of Xcode.
Upvotes: 9
Views: 4060
Reputation: 198
It's probably related to 64bit support. Make sure that in your build settings under architectures ARM64 is present.
Upvotes: 8