Hello,
I've added Kernel.framework from sdk10.5 to my kext project and I'm using mach/mach.h in a file.
But, I get a compile error because mach.h is not in kernel.framework/versions/a/headers/mach. But it is in versions/a/headers/libsa/mach.
So how do I get Xcode to find this mach.h without adding an include path or adding libsa to the include directive?
Thanks
I've added Kernel.framework from sdk10.5 to my kext project and I'm using mach/mach.h in a file.
But, I get a compile error because mach.h is not in kernel.framework/versions/a/headers/mach. But it is in versions/a/headers/libsa/mach.
So how do I get Xcode to find this mach.h without adding an include path or adding libsa to the include directive?
Thanks