Reputation: 570
I want to use VLCKit into my project, i followed this tutorial :
After those steps i got those files in the image bellow :
How i can use those files into my project ?? Thank's in advance
Upvotes: 0
Views: 2643
Reputation: 11343
Use cocoapods
to easily integrate MobileVLCKit
in your app.
Just add pod "MobileVLCKit"
in you podfile
and you are good to go.
Upvotes: 2
Reputation: 1831
Use the static framework, drop it to your Xcodeproj, setup the correct system frameworks you need to link and you should be good to go!
Upvotes: 0