我正在尝试转换ios旧项目(其中不包含ARC)到ARC,我得到以下错误
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't figure out the architecture type of: /Volumes/Macintosh HD 2/xyziPhone-11-03-15/xyz.build/Objects-normal/i386/xyz发布于 2015-04-22 13:43:50
最后,我得到了上述问题的答案。
以下是解决问题的步骤:
1.转到项目目标文件
2.构建设置
3.将调试标志设置为“BUILD ACTIVE ARCHITECTURE ONLY "
https://stackoverflow.com/questions/29774638
复制相似问题