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.
为 iOS 设备构建应用程序,因此需要将架构从 armv7、armv6 更改为 i386。
如何改变它?
或者
如何为 i386 架构构建应用程序?
您可以在架构下的构建设置中更改架构(您可能还需要修改有效架构?)。请注意,如果您正在为 iOS 设备构建,那么您需要为 armv6 和 armv7 而不是 i386 构建。您可以为每个目标以及整个项目(在项目下)设置不同的架构类型。