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.
我已经尝试解决这个问题几个小时了,并用谷歌搜索了所有关于它的信息,但没有找到任何解决方案。
我刚刚使用 SDK 6 更新到 Xcode 4.5,我使用 Three20 lib 的项目没有编译。
它告诉我某些类未找到或对 armv7s 有效
我尝试了很多东西,有什么想法吗?
谢谢
您使用的库可能未设置为支持 iOS6 armv7s 架构。检查 Three20 Lib 站点以获取支持 armv7s 的库的更新版本。或者从您的项目目标构建设置中删除该设置。
从架构列表中删除 armv7s。删除所有这些,然后简单地输入 armv7。