0
我卸載舊版本的xcode,然後我安裝了新版本的xcode 4.6。在舊的Xcode版本4.5上,我的項目編譯得很好,通常情況下。但更新後,我在我的庫中出現錯誤:多庫和包含文件Xcode更新後出現錯誤
/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
我該如何解決?
在此先感謝
謝謝您的回答,但我也有同樣的錯誤 – Pis