Jackson
Jackson

Reputation: 3567

Required device capabilities for iPhone 5S (arm64)

I want to require that an app is only installed on iPhone 5S. I thought that I could just put arm64 under Required device capabilities in the info.Plist file but when I do that, Xcode won't allow the app to be run on an iPhone 5S.

The instructions for UIRequiredDeviceCapabilities at https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW3 don't mention iPhone 5S or arm64.

Does anybody know whether an app with arm64 listed in Required device capabilities should run on an iPhone 5S?

Upvotes: 4

Views: 6907

Answers (1)

CReaTuS
CReaTuS

Reputation: 2595

Try to wait a next month. Will release a new XCode with more powerful supporting of 32/64 bit.

https://developer.apple.com/news/index.php?id=9162013a

Upvotes: 1

Related Questions