Dear All,
I was able to successfuly download the Source from the latest git branch 2.6.0 following this guide:
https://wiki.videolan.org/iOSCompile
I'm stuck on one problem now:
When I try to run the project it stops with 12 errors all similar to that one:
-------------------------------
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GTLCollectionObject", referenced from:
_OBJC_CLASS_$_GTLDriveAppList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveChangeList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveChildList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveCommentList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveCommentReplyList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveFileList in GTLDrive_Sources.o
_OBJC_CLASS_$_GTLDriveParentList in GTLDrive_Sources.o
...
-------------------------------
Checking the Project properties --> "Build Phases" --> "Link Binary with Libraries" i realized that the following Library is missing:
libPods-vlc-ios.a
Now my question:
Could it be related to that? I searched google but unfortunately wasn't able to find this single library.
Maybe it should get downloaded automatically during build process but it is missing in the repository?
Any help is much apprecited!!
Thanks and have a very good day,
Don