Hi all!
I try to build vlc for ios simulator, using guide wiki: https://wiki.videolan.org/IOSCompile/#Build_it
Step by step:
1. Clone git://git.videolan.org/vlc-ports/ios.git
2. Change string in podfile as: installer_representation.project.build_configurations.each to installer_representation.pods_project.build_configurations.each
3. pod install
4. compileVLCforiOS.sh -s, that compile with one error "[info] Setup 'External' folders
ln: External/MobileVLCKit: No such file or directory"
5. Start VLC for iOS.xcworkspace
6. Try "Run", few error "*.h file not found":
What I do wrong, how can i fix error of missing header file?
Thanks!