老大,求助.搞了1天了,没搞定

In file included from /Users/apple/rockhacker/theos/include/IOSurface/IOSurface.h:12:
/Users/apple/rockhacker/theos/include/IOSurface/IOSurfaceBase.h:30:10: fatal error:
‘xpc/xpc.h’ file not found
#include <xpc/xpc.h>
^
1 error generated.
make[2]: *** [obj/Tweak.xm.21953499.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [rockhacker.all.tweak.variables] Error 2

错误提示不是很明显了吗:

xpc.h 这个文件我搜索遍了 都没有找到哪有啊.

xpc.h 这个文件我搜索遍了 都没有找到哪有啊. 我搜索了下别人的经历,好像没有遇到我这个问题.求助啊

我找到了xpc/xpc.h加入了 /theos/include 但是又提示少了其他头文件. 我晕.我头文件应该很全的啊

xpc/xpc.h 存在于:/usr/include/xpc 和 OS X 平台的 SDK 中 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/xpc
你可以用 ls -a 命令来将其链接到你的目标 SDK 中。

谢谢啊.头文件找到了.