古いバージョンの 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
どうすれば修正できますか??
前もって感謝します