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

来源:互联网 发布:校园网络设计方案ppt 编辑:程序博客网 时间:2024/06/06 10:59

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 4.3 fixed it.

0 0
原创粉丝点击