0

古いバージョンの xcode をアンインストールしてから、新しいバージョンの xcode 4.6 をインストールしました。古い Xcode バージョン 4.5 では、私のプロジェクトは正常にコンパイルされました。しかし、更新後、ライブラリでエラーが発生します。

 /client/iOS/Additions/Toast+UIView.h:31:9: 'Foundation/Foundation.h' file not found

/client/iOS/AppDelegate.h:10:9: 'UIKit/UIKit.h' file not found

/client/iOS/Additions/OrderedDictionary.h:26:9: 'Foundation/Foundation.h' file not found

/client/iOS/main.m:9:9: 'UIKit/UIKit.h' file not found

/client/iOS/Additions/TSXAdditions.h:10:9: 'Foundation/Foundation.h' file not found

/client/iOS/Controllers/EditorBaseController.h:11:9: 'UIKit/UIKit.h' file not found

/client/iOS/Misc/Reachability.m:48:9: 'sys/socket.h' file not found

どうすれば修正できますか??

前もって感謝します

4

1 に答える 1

1

の内容を削除し、build phases->Link binary with Libraries再度追加します

ここに画像の説明を入力

于 2013-06-05T11:32:18.023 に答える