Click here to Skip to main content
15,886,565 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I'm trying to build an iOS App on a iPhone (5S) device 8.1.3, using Xcode 6.1.1
Which library should I use (arm64, armv6, armv7,or armv7s)????

best regards
Posted
Updated 15-Feb-15 5:27am
v2

1 solution

You must support arm64 to get the App in the AppStore. You can build for multiple targets with the build settings. In the binary are then the resources for all and the machine code for every platforms.

I would also support armv7s. But what is your problem in detail?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900