简体   繁体   中英

Develop iOS app for 64bit

After creating project or workspace in xcode do I need to explicitly set the app for 64bit environment in anywhere in project settings?

Thanks in advance for the help.

iOS 11 doesn't support 32-bit. By default Xcode sets 64-bit.

In Xcode 8 and below, make sure you add arm64 to Valid Architectures and select Standard Architectures .

Xcode中的体系结构配置

XCode中新创建的项目将自动支持当前(64位)体系结构。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM