Pod install GPUImage does not work

后端 未结 3 1929
温柔的废话
温柔的废话 2021-01-12 01:19

I am working on a Swift project with cocoapods. Here is Podfile:

pod \'GPUImage\', \'~> 0.1.4\'
  1. After i run pod

3条回答
  •  既然无缘
    2021-01-12 01:52

    it's my bad, i got the solution:

    You then need to add a new Copy Files build phase, set the Destination to Frameworks, and add the GPUImage.framework build product to that. This will allow the framework to be bundled with your application (otherwise, you'll see cryptic "dyld: Library not loaded: @rpath/GPUImage.framework/GPUImage" errors on execution).

提交回复
热议问题