I am working on a Swift project with cocoapods. Here is Podfile:
pod \'GPUImage\', \'~> 0.1.4\'
After i run pod
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).