我得到了这个错误:
/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)有什么建议吗?
发布于 2014-01-31 18:59:45
转到Project target-> Build setting-> Build Active Architecture only,并将此Build Active Architecture only设置为YES。现在它运行得很好..
发布于 2015-10-28 01:18:30
我也遇到了同样的问题。我正在使用cocoapods,其他人在添加具有不同cocoapods版本的新pods后提交了代码。您需要再次清理项目,安装pod并运行xcode。
发布于 2017-01-12 11:59:46
在我的例子中,它是一个陈旧的库。我在构建设置中的‘其他链接器标志’中设置了-xxxunusedlibrary。
库已被删除,但设置未自动清除。
https://stackoverflow.com/questions/17791213
复制相似问题