【问题标题】:is GPUImage available for iOS 8?GPUImage 可用于 iOS 8 吗?
【发布时间】:2014-10-04 08:25:40
【问题描述】:

我在 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)

【问题讨论】:

    标签: ios objective-c iphone ios8 gpuimage


    【解决方案1】:

    显然,您拥有的 libGPUImage 副本中没有包含 armv7s 符号。

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

    GPUImage 需要一些其他框架才能链接到您的应用程序中,因此您需要将以下内容作为链接库添加到您的应用程序目标中:

    核心媒体

    核心视频

    OpenGLES

    AV基金会

    石英核心

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-09-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多