Getting the error xpc/xpc.h not found when building targeting iOS.
I followed the fix in this stackoverflow answer: https://stackoverflow.com/questions/24013814/how-to-resolve-xpc-h-not-found-error
I downloaded the necessary headers from: https://github.com/realthunder/mac-headers, then copied the xpc directory in there into the root folder of llama.cpp.
After this fix, iOS builds work.
Is this something wrong with my setup in particular? Or is adding the xpc headers is necessary? If so, should I do a pull request adding the headers?