在 iOS 项目上,当我编译我的项目以运行它时,它工作正常。
但是如果我存档它,它会失败并出现以下错误:
ld: file not found: /Users/xxxxx/Work/xxxxx/codes/xxxxx/DerivedData/xxxxx/Build/Intermediates/ArchiveIntermediates/xxxxx/InstallationBuildProductsLocation/Applications/libPods.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我正在使用 Xcode 4.6 和 iOS 5.0。