Reputation: 107
64 bit architecture (IOS)
How do I know if my application supports 64bit? (Photo 2)
Is there any information on this in the photo? (Photo 2)
The application will support IOS 8.1 and above? (Photo 3)
Xcode 8.3.3
Upvotes: 1
Views: 74
Reputation: 2513
Do these steps to make sure (look at the picture):
1) Open project "Build Settings"
2) Select "All"
3) Look at the "Architectures".
There should be "arm64" (inside Standard architectures (..., arm64) ).
It means your app supports 64 bit!
"The application will support IOS 8.1 and above?" - Yes, it will.
Upvotes: 1