dyld: Library not loaded with cocoapods 0.37 and Xcode 6.3

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

    In order to have cocoapods generate the build phases Check Pods Manifest, Embed Pods Frameworks and Copy Pods Resources:

    1 - Go to build phases and remove any custom modifications. I had to remove everything under the Link Binary With Libraries phase.

    2 - Do a pod deintegrate (Or just remove the files yourself)

    3 - Run a new pod install

    This worked for me. Without the first step, it never did.

提交回复
热议问题