2013-06-05 69 views
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 

我該如何解決?

在此先感謝

回答

1

刪除在build phases->Link binary with Libraries內容,並再次將它們添加

enter image description here

+0

謝謝您的回答,但我也有同樣的錯誤 – Pis

相關問題