Issue building VLC for iOS app - vlc-plugins-iPhone.h file not found
Posted: 21 Jun 2016 23:13
I work for a company and I am attempting to build the VLC for iOS IPA file using the source code provided here: http://www.videolan.org/vlc/download-ios.html. We want to build the IPA file so that we can sign the app with our developer cert and wrap it with our toolkits for enterprise deployment. I begin by following the instructions provided here: https://wiki.videolan.org/IOSCompile/. I run the compile and it downloads all of the required files into the ImportedSources folder. I then run CocoaPods to download all of the necessary files into the Pods folder. I then open the xcode workspace project file, xcode opens, and everything looks good. But when I attempt to run the build it fails and shows there are two files that are missing, vlc-plugins-iPhone.h and vlc-plugins-AppleTV.h. Screenshot of error and files:
During the compile and CocoaPods there are three issues I run into before I attempt to build:
1. In the compileVLCforiOS.sh file, the GDrive svn link is broken and has to be updated to https://github.com/google/google-api-objectivec-client.
2. CocoaPods has one Pod, MetaDataFetcherKit, that fails to install due to the following error: "SSL: certificate verification failed (result: 5)". So I downloaded the Pod files and copied them in manually.
3. At the end of the compileVLCforiOS there is the following error:
"SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.2.sdk
[info] Building tools
./build.sh: line 40: pushd: //extras/tools: No such file or directory"
Any help with the error for those two .h files?
During the compile and CocoaPods there are three issues I run into before I attempt to build:
1. In the compileVLCforiOS.sh file, the GDrive svn link is broken and has to be updated to https://github.com/google/google-api-objectivec-client.
2. CocoaPods has one Pod, MetaDataFetcherKit, that fails to install due to the following error: "SSL: certificate verification failed (result: 5)". So I downloaded the Pod files and copied them in manually.
3. At the end of the compileVLCforiOS there is the following error:
"SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.2.sdk
[info] Building tools
./build.sh: line 40: pushd: //extras/tools: No such file or directory"
Any help with the error for those two .h files?