ios /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 失败,退出代码为 1
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4687548/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
提问by YCK
I got this error message below:
我在下面收到此错误消息:
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
it told me that libThree20UICommon.a
is missing.
But I've remove Three20
from my project and code related to Three20.
is there anything else i have to do with it?
它告诉我libThree20UICommon.a
丢失了。但是我已经Three20
从我的项目和与 Three20 相关的代码中删除了。还有什么需要我做的吗?
Thanks.
谢谢。
回答by ojreadmore
Check that the project setting "other linker flags" does not contain any three20 paths.
检查项目设置“其他链接器标志”是否不包含任何三个 20 路径。
回答by Ajit Satarkar
For the same error .. what i did is.. i deleted red colored framework/library from framework list and add the same from build settings again.. it works
对于同样的错误..我所做的是..我从框架列表中删除了红色框架/库并再次从构建设置中添加相同的..它有效