Shell脚本调用错误

时间:2011-10-23 19:26:42

标签: objective-c ios openssl xcode4.2 sqlcipher

我在我的项目中使用open ssl。我在xcode 4.0.2中成功运行了这个项目。最近我更新到XCode 4.2。但它显示构建错误。这是错误日志

  

请[1]:   /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2:否   这样的文件或目录

有人可以帮忙吗?

由于

1 个答案:

答案 0 :(得分:1)

扎克,

您使用我们(Zetetic)发布的the openssl-xcode project用于SQLCipher吗?如果是这样,您应该能够通过从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