YouSS
YouSS

Reputation: 570

How to integrate VLC framework build to my project

I want to use VLCKit into my project, i followed this tutorial :

After those steps i got those files in the image bellow :

enter image description here

How i can use those files into my project ?? Thank's in advance

Upvotes: 0

Views: 2643

Answers (2)

atulkhatri
atulkhatri

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

feepk
feepk

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

Related Questions