Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning: "This app will not work with future versions of iOS"

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.

like image 502
joan Avatar asked Apr 11 '17 12:04

joan


1 Answers

It's probably related to 64bit support. Make sure that in your build settings under architectures ARM64 is present.

enter image description here

like image 109
Tripwire Avatar answered Oct 17 '22 03:10

Tripwire