How to use VLCKit.framework ?
Posted: 04 Mar 2018 09:48
Hello everyone.
I wrote simple code referring to the following url using CocoaPods.
https://wiki.videolan.org/VLCKit/
Here is the project file link.
https://ufile.io/pv17g
Note: before open the project, you need to execute `pod install` and delete Frameworks/libPods-SimpleVLCKitPlayer.a
this project always getting the following error when playing a movie.
How to solve this?
Thank you.
I wrote simple code referring to the following url using CocoaPods.
https://wiki.videolan.org/VLCKit/
Here is the project file link.
https://ufile.io/pv17g
Note: before open the project, you need to execute `pod install` and delete Frameworks/libPods-SimpleVLCKitPlayer.a
this project always getting the following error when playing a movie.
How to solve this?
Code: Select all
*** Assertion failure in -[VLCMediaPlayer dealloc], /Users/fkuehne/Desktop/videolan/gits/VLCKit-3.0/Sources/VLCMediaPlayer.m:308
Thank you.