symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundl

来源:互联网 发布:oracle数据库工程师 编辑:程序博客网 时间:2024/06/05 08:35

In our case building with Xcode 5.0 Beta and iOS 7 results in

symbol dyld_stub_binding_helper not found linker command failed with exit code 1 (use -v to see invocation)

Problem: Deployment Target was 3.0. Changing it to 7.0 fixed it.

更多0

0 0