我在iOS8中收到有关GPUImage的错误消息,但在iOS7中工作正常,所以有人知道GPUImage是否适用于iOS 8吗?
收到此错误:
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)
最佳答案
显然,您拥有的libGPUImage副本中没有包含armv7s符号。
您需要从GitHub重新编译或重新下载,然后重新编译GPUImage开源库。 You can find it here。
GPUImage还需要其他一些框架链接到您的应用程序,因此您需要在应用程序目标中添加以下内容作为链接库:
核心媒体
核心视频
OpenGLES
AVFoundation
石英核心