iOS错误集合
时间:2014-07-11 21:02:11
收藏:0
阅读:222
1.ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture
原因:不支持低版本的系统如3.0
解决:Deployment Target was 3.0. Changing it to 4.3 fixed it.或者是更高的版本
评论(0)