dyld: Library not loaded with cocoapods 0.37 and Xcode 6.3

前端 未结 7 685
礼貌的吻别
礼貌的吻别 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:43

    To Resolve this you need to change status in Link Binary with Libraries in build phase for pod_projectName.framework and Bolt.framework

    I got the same error in my project.

    get error in CommonCrypto.framework

    Resolved error by changing Required to Optional

提交回复
热议问题