尝试编译我的项目时出现此错误,想知道是否有人知道如何修复它?
我已经阅读了有关此类链接器错误的 SO 和互联网上其他地方的所有答案。我已经尝试了很多解决方案,包括非常流行的 --delete xcode 中的派生数据,完全退出 xcode,在命令行中再次删除它,然后重新启动 xcode - 仍然没有。这是在我尝试将一个设备连接到我的计算机(我已经从组织者中删除)之后开始的,这是一个朋友尝试在他的 iPad 上运行它。我已经束手无策了,不能再在这上面浪费时间了。关于如何解决它的任何想法?
Products 文件夹中的应用文件是红色的。
编辑:更多信息:实际的应用程序没有被构建并放在 Library/Developer/{app}/Build/Product 文件夹中。我尝试重新连接设备并从苹果网站手动添加配置文件,然后在选择设备时尝试构建->存档应用程序。我仍然得到错误。我已经尝试在 Schemes 中从调试更改为发布并执行所有这些操作,但我仍然收到错误消息。我尝试卸载 xcode 并重新安装它,从计算机上完全删除应用程序(包括派生数据),然后从 Git 中拉回来,我得到了同样的错误。
ld /Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/UnitTests.octest/UnitTests normal i386 cd /Users/mischabuckler/Desktop/Git/TRx setenv IPHONEOS_DEPLOYMENT_TARGET 6.1 setenv PATH " /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin :/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/开发者/SDKs/iPhoneSimulator6.1。sdk -L/Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator -F/Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/ Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/库/框架 -filelist /Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Intermediates/TRx.build/Debug-iphonesimulator/UnitTests.build/Objects-normal/i386/UnitTests.LinkFileList -bundle_loader /用户/mischabuckler/库/开发人员/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/TRx。app/TRx -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework SenTestingKit -framework UIKit -framework Foundation -o /Users/mischabuckler/库/开发者/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/UnitTests.octest/UnitTests
ld:找不到文件:/Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/TRx.app/TRx clang:错误:链接器命令失败,退出代码为 1(使用 - v 查看调用)