I\'ve compiled and linked ios app that uses lib (libclang) that uses stat() with no errors. But i\'m having runtime error:
2014-07-07 16:55:14.138 LibClan
The issue is that you built libclang for OSX and linked it into an iOS executable. You need to build libclang for the correct platform.
stat certainly is supported on iOS.