1
我在我的項目中使用了打開ssl。我正在xcode 4.0.2中成功運行此項目。最近我更新到XCode 4.2。但它顯示構建錯誤。這裏是錯誤日誌Shell腳本調用錯誤
製作[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2:沒有 這樣的文件或目錄
可能有人請幫助?
感謝
我在我的項目中使用了打開ssl。我正在xcode 4.0.2中成功運行此項目。最近我更新到XCode 4.2。但它顯示構建錯誤。這裏是錯誤日誌Shell腳本調用錯誤
製作[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2:沒有 這樣的文件或目錄
可能有人請幫助?
感謝
扎克,
您是否使用我們(探究性),用於發佈與SQLCipherthe openssl-xcode project?如果是這樣,你應該能夠通過從Github升級到最新版本的openssl-xcode和sqlcipher來解決這個問題。如果您使用的git克隆他們,這應該更新他們不會有問題:
$ cd your_project/openssl-xcode
$ git pull origin master
$ cd your_project/sqlcipher
$ git pull origin master
構建腳本進行更新和Xcode 4.2和LLVM使用,應該工作順利。我們已經爲Xcode 4.2更新了the tutorial。