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

痞子三分冷 提交于 2019-11-28 21:04:07

For me, I also need to set up the Deployment Target from older version 3.0 to 7.0.

I solved it. I was forgot to change the deployment target to 7.0 and it was 3.

You need to change the Architecture is armv7 only.

if compiler is GCC, change to LLVM also,

And also need to change the deployment target 3.0 to 7.0.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!