I am trying to compile from XCode on my iPhone, but I am getting a linker error that the library "-lIOKit" cannot be found:
ld: library not found for -lIOKit
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Does anyone know how to get the library and what to do with it?