I get the latest code from "git://git.videolan.org/vlc-ports/ios.git" today,
and I run the "buildMobileVLC.sh" in command line,
several minutes later, I got a fatal error:
".../ImportedSources/vlc/modules/access/screen/mac.c:40:9: fatal error: 'ApplicationServices/ApplicationServices.h' file not found
#import <ApplicationServices/ApplicationServices.h>"
it seems that the build environment can not find the header file:'ApplicationServices/ApplicationServices.h'
how could I fixed this?
written below is my building environment:
OSX 10.8.2 Moutain Lion / XCode 4.6 with IOS 6.0