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

我在下面得到这个错误信息:

ld: file not found: ../three20/Build/Products/Debug-iphonesimulator/libThree20UICommon.a collect2: ld returned 1 exit status Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1 

它告诉我libThree20UICommon.a丢失。 但是我已经从我的项目中移除了Three20 ,并且把与Three20相关的代码移除了。 还有什么我需要做的呢?

谢谢。

检查项目设置“其他链接器标志”是否不包含任何three20path。

对于同样的错误..我所做的是..我从框架列表中删除红色的框架/库,并从构build设置再次添加..它的工作原理