0
我在Mac OS X v10.11.6上將我的Xcode版本從v7.2更新到了v7.3.1,並且我正在使用一個退出的項目(Cocos2d-x遊戲)。當我嘗試建立項目我得到這個錯誤:將Xcode 7.2更新到7.3後出現問題
clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/lib/dylib1.o'
clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/lib/lazydylib1.o'
當我檢查該目錄只有iPhoneOS9.3.sdk和iPhoneOS.sdk。
我需要更改哪些內容才能將我的Xcode項目指向iPhoneOS9.3?