dyld: Library not loaded with cocoapods 0.37 and Xcode 6.3

前端 未结 7 683
礼貌的吻别
礼貌的吻别 2020-12-24 03:17

I\'ve been reading all the issues about the error:

dyld: Library not loaded: @rpath/Bolts.framework/Bolts Referenced from: /private/var/mobile/Containers/Bun

相关标签:
7条回答
  • 2020-12-24 03:49

    The easiest thing to do would be to ensure that your Protobuf.framework is a dependency in your target's scheme inside the Build step.

    This tells Xcode to compile the Protobuf.framework created by your pod install/update whenever it builds your target.

    0 讨论(0)
提交回复
热议问题