简体   繁体   English

Shell脚本调用错误

[英]Shell Script Invocation Error

I am using open ssl in my project. 我在项目中使用open ssl。 I was running this project successfully in xcode 4.0.2. 我在xcode 4.0.2中成功运行了该项目。 Recently I updated to XCode 4.2. 最近,我更新到了XCode 4.2。 But its showing build errors. 但是它显示出构建错误。 here is the error log 这是错误日志

Make[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2: No such file or directory Make [1]:/ Developer / Platforms / iPhoneOS.platform / Developer / usr / bin / gcc-4.2:无此类文件或目录

Could someone help please? 有人可以帮忙吗?

Thanks 谢谢

Zach, 扎克

Are you using the openssl-xcode project that we (Zetetic) published for use with SQLCipher ? 您是否在使用我们(Zetetic)发布的与SQLCipher一起使用的openssl-xcode项目 If so, you should be able to solve this problem by updating to the latest versions of openssl-xcode and sqlcipher from Github. 如果是这样,您应该能够通过从Github更新到最新版本的openssl-xcode和sqlcipher来解决此问题。 If you used git to clone them, this should update them without a problem: 如果您使用git克隆它们,则应该更新它们而不会出现问题:

$ cd your_project/openssl-xcode
$ git pull origin master
$ cd your_project/sqlcipher
$ git pull origin master

The build scripts were updated for use with Xcode 4.2 and LLVM, should work without a hitch. 构建脚本已更新,可与Xcode 4.2和LLVM一起使用,应该可以顺利运行。 We've updated the tutorial for Xcode 4.2 as well. 我们还更新 Xcode 4.2 教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM