Hi, I downloaded the source for VLC for iOS from http://www.videolan.org/vlc/download-ios.html and then began following the build directions at https://wiki.videolan.org/iOSCompile
I already had Xcode installed in 10.10 so I proceeded to install CocoaPods using the Sudo-less installation method where I configured the RubyGems environment using the two export statements in the .profile file, as shown.
I then proceeded to build for execution in the iOS simulator with "sh compileVLCforiOS.sh -s"
I get the error
[info] Setup 'External' folders
ln: External/MobileVLCKit: No such file or directory
What am I missing?
Thanks