Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一些旧的库只是不支持 arm64,但我发现它在 XCode5.1 中是默认的,是否有任何 iOS 设备使用此指令集?目前,我只是不想要它并将其从构建设置中删除,会有什么问题吗?
所有 A7 设备都是 arm64。目前包括 iPhone 5s、iPad Air 和 iPad Mini Retina。
如果你不能支持 arm64,删除它是安全的。所有 arm64 设备也支持 32 位。