无法在Xcode 4.2.1中构建openssl [英] Unable to build openssl in Xcode 4.2.1

查看:143
本文介绍了无法在Xcode 4.2.1中构建openssl的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以在xcode 3.5.2中构建openssl,但是最近我升级到了Xcode 4.2.1.现在,当我尝试使用相同的旧Xcode进行构建时,出现了错误.

I could build openssl in xcode 3.5.2, but recently I upgraded to Xcode 4.2.1. Now when I try to build in the same old Xcode, I'm getting errors.

制作[1]:/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2:无此类文件或目录

Make[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2: No such file or directory

Cp: libcrypto.a: No such file or directory
Cp: libssl.a: No such file or directory

我可以为此解决办法吗?

Can I have a solution for this?

推荐答案

我找到了XCode 4的解决方案.您需要在构建阶段"中将文本$PLATFORM_DEVELOPER_BIN_DIR/gcc-4.2更改为$PLATFORM_DEVELOPER_BIN_DIR/gcc.祝你好运.

I found the solution for XCode 4. You need to change in "Build Phases" the text $PLATFORM_DEVELOPER_BIN_DIR/gcc-4.2 to $PLATFORM_DEVELOPER_BIN_DIR/gcc. Good luck.

这篇关于无法在Xcode 4.2.1中构建openssl的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆