【发布时间】:2015-08-06 19:18:22
【问题描述】:
我正在编写一个需要 GPUImage 框架的调整,但我不知道如何安装它。我只是将所有标题复制到 theos/include 文件夹吗? (在这种情况下,我在编译时收到“架构 armv7 的未定义符号”错误。我的 makefile 中有“export ARCHS = armv7 armv7s arm64”。
【问题讨论】:
标签: ios iphone jailbreak theos tweak
我正在编写一个需要 GPUImage 框架的调整,但我不知道如何安装它。我只是将所有标题复制到 theos/include 文件夹吗? (在这种情况下,我在编译时收到“架构 armv7 的未定义符号”错误。我的 makefile 中有“export ARCHS = armv7 armv7s arm64”。
【问题讨论】:
标签: ios iphone jailbreak theos tweak
最终使用 xcode,它给出了相同的错误,但随后通过 #importing QuartzCore.h 和 AVFoundation.h 解决。
【讨论】: