我在iDevice上使用theos。使用 installtheos3 命令安装它。如果我做对了,它也安装了 SDK。现在我有一个项目
import < IOKit/IOMessage.h >
我还将 IOKit 添加到 theos 的 makefile _FRAMEWORK 部分。我还尝试将其添加到 PRIVATE_FRAMEWORKS 部分。
当我尝试“制作”时,出现此错误:
error: IOKit/IOMessage.h: No such file or directory
其他框架没有错误,只有这个。
谢谢!