I want to use VLCKit into my project, i followed this tutorial :
- Clone http://code.videolan.org/videolan/VLCKit.git
- open your favorite terminal application such as Terminal.app or iTerm 2 and navigate to your checkout.
- execute ./buildMobileVLCKit.sh
- check -h for available options such as -s to compile for the simulator
- build as a static framework with device and simulator support: ./buildMobileVLCKit.sh -f
After those steps i got those files in the image bellow :
How i can use those files into my project ?? Thank's in advance