/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2失败,退出代码为1

jos*_*ney 2 iphone

可能重复:
gcc-4.2失败,退出代码为1 iphone

知道为什么我收到此错误消息吗?

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2失败,退出代码为1

我试图将MGTwitterEngine和yajl集成到我的项目中,所以按照这里的说明进行操作......

http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/

管理得到它来编译但它停止了该错误.现在已经删除了我添加到项目中的所有框架引用,并删除了所有MGTwitterEngine类,基本上将它恢复到原来的状态.每当我编译,我仍然最终得到这个......

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2失败,退出代码为1

如果我打开其他项目,他们工作得很好......

很奇怪,有什么想法吗?

toh*_*lio 6

检查项目中没有任何不存在iPhone的框架.例如,我看到有些人在添加QuartzCore.framework时会添加QTKit.framework.

否则,从build命令发布实际输出.在"构建结果"窗口中,错误将在右侧有一个小按钮以获取更多信息.