arm64 armv7 armv7s Architectures settings
ios
Solution
Yes. You can set both architectures for your above criteria. But problem is, you should handle code for both cases(32-bit & 64-bit).
Note:
Additional Notes for you.
You can support from Minimum IOS 5.1
You can use Xcode 5.0.1 with IOS 7 base SDK
Problem
Criteria: - iPad only app. Only support iPad 2 or later. - Want to take advantage of 64 bit code for the latest iPads. - Min iOS 6. - Xcode 5.02 with iOS 7 SDK (current release) Should I set both Architectures and Valid architectures to arm64 armv7 armv7s?