是适用于iOS 8的GPUImage吗?

问题描述:

我在iOS8中收到GPUImage的错误消息,但它在iOS7中正常工作,所以有人知道GPUImage可用于iOS 8吗?是适用于iOS 8的GPUImage吗?

收到此错误:

Debug-iphoneos/libGPUImage.a file '/Users/xyz/Desktop/mno/project1/Latest/projectDemo/External Library/build/Debug-iphoneos/libGPUImage.a' for architecture armv7s 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

显然,你有没有armv7s符号libGPUImage的副本包含在里面。

您需要从GitHub重新编译或重新下载并重新编译GPUImage开源库。 You can find it here

GPUImage需要一些其他的框架被链接到应用程序,所以你需要添加以下内容作为您的应用程序的目标链接库:

CoreMedia

corevideo的

OpenGLES

AVFoundation

QuartzCore