xcode项目中的错误:-lcr:library未找到-lcrt1.10.6.o [英] Error in xcode project: ld: library not found for -lcrt1.10.6.o

查看:193
本文介绍了xcode项目中的错误:-lcr:library未找到-lcrt1.10.6.o的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

刚刚升级到Snow Leopard,安装了Xcode 3.2,然后为SL安装了iPhone SDK 3.



在项目中, / p>


ld :未找到 .o


我已经在网上搜索,但没有帮助。

解决方案

编辑项目设置 - >在构建选项卡中 - >对于Mac OS X部署目标,将XCode 3



对于XCode 4,您需要将其设置为10.6



p PS确保您为所有目标设置,不只是发布或调试。 (如果你没有,一个会失败,另一个不会)


Just upgraded to Snow Leopard, installed Xcode 3.2, then installed iPhone SDK 3 for SL.

In a project, I now get the following error on build:

ld: library not found for -lcrt1.10.6.o

I've searched around the net, but nothing helpful can be found.

解决方案

Edit Project Settings -> In the build tab -> For Mac OS X Deployment Target, change it to 10.5 for XCode 3 (not 10.6 even if on 10.6) and see if that helps.

For XCode 4, you'll need to set it to 10.6

P.S. Make sure you set that for all targets, not just release or debug. (if you didn't, one would fail, the other wouldn't)

这篇关于xcode项目中的错误:-lcr:library未找到-lcrt1.10.6.o的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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