プロジェクトをコンパイルしようとすると、このエラーが発生し、誰かがそれを修正する方法を知っているかどうか疑問に思っていますか?
この種のリンカーエラーに関連するSOおよびインターネット上の他の場所に関するすべての回答を読みました。非常に人気のある-xcodeで派生データを削除し、xcodeを完全に終了し、コマンドラインで再度削除してからxcodeを再起動するなど、非常に多くのソリューションを試しましたが、まだ何もありません。これは、友人が彼の iPad で実行しようとしたデバイスを自分のコンピューター (オーガナイザーから削除した後) に接続しようとした後に始まりました。私は頭がおかしくなり、これ以上時間を無駄にする余裕はありません。それを修正する方法についてのアイデアはありますか?
Products フォルダー内のアプリ ファイルは赤色です。
編集: 詳細: 実際のアプリはビルドされておらず、Library/Developer/{app}/Build/Product フォルダーに配置されています。デバイスを再接続し、Apple Web サイトからプロビジョニング プロファイルを手動で追加してから、デバイスが選択されている間にアプリをビルド - >アーカイブしようとしました。それでもエラーが発生します。スキームでデバッグからリリースに変更しようとしましたが、すべてを実行してもエラーが発生します。xcodeをアンインストールして再インストールし、アプリをコンピューターから完全に削除して(派生データを含む)、Gitから引き戻そうとしましたが、同じエラーが発生しました。
Ld /Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/UnitTests.octest/UnitTests 通常の 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/開発者/SDK/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 / 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/ライブラリ/開発者/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/ビルド/製品/Debug-iphonesimulator/UnitTests.octest/UnitTests
ld: ファイルが見つかりません: /Users/mischabuckler/Library/Developer/Xcode/DerivedData/TRx-clxlusutxvcrlkddtqwtoxibcmhc/Build/Products/Debug-iphonesimulator/TRx.app/TRx clang: エラー: リンカー コマンドが終了コード 1 で失敗しました (use - v 呼び出しを確認する)