2017-06-21 11 views
0

マニュアルが追加されたフレームワークに問題があります。私はこのマニュアルを追加する前に働いていましたが、私が行った変更は今すぐになっています。ld:手動で追加したフレームワークの切り捨てられたfatファイル

ld: truncated fat file. Slice from 2670592 to 5510224 is past end of file with length 5505024 file '.....' for architecture x86_64 

打ち鳴らす:エラー:リンカのコマンドは、私はそれをソートする方法任意のアイデアを持っていない終了コード1(呼び出しを参照するために-vを使用)

で失敗しました。 XCodeバージョン8.3.2(8E2002)で作業しています。

答えて

0
Try to made following changes in your project:- 

    Include all necessary frameworks in the link phase 
    Remove -all_load from Other Linker Flags. 
    Clean the build folder and re-compiled from scratch. 

This could very well be a permission issue, a corrupt iOS SDK install, or a corrupt Xcode install. I would remove /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulatorXXX.sdk, then go into Xcode > Preferences > Downloads and reinstall the iOS SDK. Then try again to clean and build your project. If you still have problems, I would consider reinstalling Xcode again.