简体   繁体   中英

How to integrate VLC framework build to my project

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

Use cocoapods to easily integrate MobileVLCKit in your app. Just add pod "MobileVLCKit" in you podfile and you are good to go.

使用静态框架,将其放入Xcodeproj,设置需要链接的正确系统框架,您应该一切顺利!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM