xcode – Lipo错误:无法打开输入文件

前端之家收集整理的这篇文章主要介绍了xcode – Lipo错误:无法打开输入文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我收到这个错误

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: can't open input file: /Users/snowcrash/Library/Developer/Xcode/DerivedData/MyApp-awldrudjpictkjfutpthiwoocing/Build/Intermediates/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/MyApp.build/Distribution-iphoneos/MyApp.build/Objects-normal/armv7/MyApp (No such file or directory)

有什么建议?

解决方法

转到项目目标 – >构建设置 – >仅构建Active Architecture并将此Build Active Architecture仅设置为YES.它现在工作正常..

猜你在找的Xcode相关文章