2016-11-02 9 views
2

セットアップ構築ません10.1.1: iPhone 5C(iOS版10.0.2) iPhone 6プラス(iOS版10.1.1) のiPadエアー(iOS版10.1.1) のXcode 8.1のXcode 8.1とiOS

Iを現在アプリケーションを構築しており、すべてのデバイスでうまく構築されていました。私は自分の6 plusを10.0.2から10.1.1にアップデートしましたが、今はアプリケーションが構築されていません。私は10.0.2だったiPad上に構築され、それが成功し、それを更新しました。更新後も失敗しました。

私は次の警告とエラーを受け取ります...もし誰かが私がそれを感謝すると思います!

ありがとうございます!

Showing Recent Issues 
ld: warning: ld: warning: ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFMDB.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFMDB.aignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFontAwesomeKit.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFontAwesomeKit.aignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libAFNetworking.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libAFNetworking.a 


ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libRMStore.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libRMStore.a 


ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libUIColor-Crayola.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libUIColor-Crayola.a 


    "_OBJC_CLASS_$_RMStore", referenced from: 


     objc-class-ref in iapClass.o 


    "_OBJC_CLASS_$_RMAppReceipt", referenced from: 


     objc-class-ref in iapClass.o 


    "_OBJC_CLASS_$_FAKFontAwesome", referenced from: 


     objc-class-ref in browseViewController.o 


     objc-class-ref in FirstViewController.o 


    "_OBJC_CLASS_$_AFJSONRequestSerializer", referenced from: 


     objc-class-ref in networkingClass.o 


    "_OBJC_CLASS_$_AFHTTPSessionManager", referenced from: 


     objc-class-ref in networkingClass.o 


ld: symbol(s) not found for architecture arm64 


clang: error: linker command failed with exit code 1 (use -v to see invocation) 
+0

最新のXcodeベータ版はありますか? – Nik

+0

いいえ私は公式に8.1です –

答えて

0

あなたのアーキテクチャと有効なアーキテクチャは、すべての権利であれば、あなたは他のリンカフラグlike explained hereに$(継承)を追加しているかどうかを確認します。

0

を、私は同様のエラーを持っていました...

Xcodeからプロジェクトナビゲータに移動 - >ブルー設定...

と "フィルタリング"または "共通ブロックなし"による "検索"。ステータスは「YES」ですが、NOに設定されています。

enter image description here

私にとってこの変更作業。 :)

関連する問題