ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architectur

来源:互联网 发布:seo可以自学吗 编辑:程序博客网 时间:2024/06/05 21:05
 

ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architectur

分类: IOS 2508人阅读 评论(1) 收藏 举报

错误:ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture i386

原因:不支持低版本的系统如3.0

解决:Deployment Target was 3.0. Changing it to 4.3 fixed it.

0 0