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.
微信扫一扫
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.
相关推荐