导出数据中找不到ios – .app文件

导出数据中找不到ios – .app文件,第1张

概述当我尝试编译我的项目时,我收到这个错误,想知道有没有人知道如何解决它? 我已经阅读了有关这种链接器错误的SO和互联网上其他地方的每一个答案.我尝试了很多解决方案,包括非常受欢迎的 – 在xcode中删除导出的数据,完全退出xcode,在命令行上再次删除它,然后重新启动xcode – 仍然没有.这是在我尝试将设备连接到我的电脑(我已经从组织者中删除)之后开始的,这是一个朋友尝试在他的iPad上运行它 当我尝试编译我的项目时,我收到这个错误,想知道有没有人知道如何解决它?

我已经阅读了有关这种链接器错误的SO和互联网上其他地方的每一个答案.我尝试了很多解决方案,包括非常受欢迎的 – 在xcode中删除导出的数据,完全退出xcode,在命令行上再次删除它,然后重新启动xcode – 仍然没有.这是在我尝试将设备连接到我的电脑(我已经从组织者中删除)之后开始的,这是一个朋友尝试在他的iPad上运行它.我在我的智慧结束,不能再浪费时间了.任何想法如何解决?

“产品”文件夹中的应用程序文件为红色.

编辑:更多信息:实际的应用程序未被构建并放在library / Developer / {app} / Build / Product文件夹中.我尝试重新连接设备并从苹果网站手动添加配置配置文件,然后尝试构建 – >在设备选择时存档应用程序.我仍然收到错误.我已经尝试从调试更改为在方案中释放,并做所有这些,我仍然得到错误.我尝试卸载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/Developer/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/library/Frameworks -fileList /Users/mischabuckler/library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Intermediates/TRx.build/DeBUG-iphonesimulator/UnitTests.build/Objects-normal/i386/UnitTests.linkfileList -bundle_loader /Users/mischabuckler/library/Developer/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/library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/DeBUG-iphonesimulator/UnitTests.octest/UnitTests

ld: file not found: /Users/mischabuckler/library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/DeBUG-iphonesimulator/TRx.app/TRx
clang: error: linker command Failed with exit code 1 (use -v to see invocation)

解决方法 当您重命名主要目标并且测试目标尚未更新时,会发生这种情况.检查测试目标中的构建设置,并确保路径指向新的文件夹.例如,如果您将目标SuperAwesome重命名为Super,您的测试目标将在SuperAwesome.app/文件夹中预期文件,当它应该更新为Super.app/ 总结

以上是内存溢出为你收集整理的导出数据中找不到ios – .app文件全部内容,希望文章能够帮你解决导出数据中找不到ios – .app文件所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1097004.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存