【发布时间】:2013-07-22 15:15:08
【问题描述】:
我收到此错误:
/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)
有什么建议吗?
【问题讨论】:
-
为什么
lipo正在运行? -
不知道。那不是必须的吗?
-
它用于将多架构二进制文件组合成一个二进制文件。我想这取决于你是否支持多个拱门。有用过吗?
-
是的。目前,正在为 armv7 和 armv7s 构建。
-
您是否尝试过通常的清理项目、删除派生数据和快照以及重新启动?一般来说,这可以解决这些“卡住”的 XCode 问题。