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

Ios /开发者/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2失败,退出代码为1,ios,Ios,我收到以下错误消息: 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 它告诉我

我收到以下错误消息:

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相关的代码。 还有什么我要处理的吗


谢谢。

请检查项目设置“其他链接器标志”是否不包含任何三个20路径。

对于相同的错误。。 我所做的是。。 我从框架列表中删除了红色的框架/库,并再次从构建设置中添加了相同的框架/库。。它起作用了