0
点赞
收藏
分享

微信扫一扫

symbol dyld_stub_binding_helper not found linker command failed with exit code 1

德州spark 2022-08-08 阅读 127

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 条评论