Problem Building the framework
Posted: 17 Mar 2016 05:11
After following the instructions on https://wiki.videolan.org/VLCKit/ under the section "Building the framework for iOS", I always end up with the following output
[info] Building vlc
[info] Building libvlc for Apple embedded OS style 'AppleTV'
[info] Using aarch64 with SDK version 9.1
usage: dirname path
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.1.sdk
[info] Building tools
./build.sh: line 40: pushd: //extras/tools: No such file or directory
I have been trying this for quite some time now. Earlier when I failed with this I just resorted over getting a already build framework, but turns out that the framework was not bitcode enable and I got problem creating the IPA for my app.
Any help fixing this issue would be appreciated, else the end resort could be if someone could provide me with framework for tvOS with bitcode enabled.
Thanks in advance
[info] Building vlc
[info] Building libvlc for Apple embedded OS style 'AppleTV'
[info] Using aarch64 with SDK version 9.1
usage: dirname path
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.1.sdk
[info] Building tools
./build.sh: line 40: pushd: //extras/tools: No such file or directory
I have been trying this for quite some time now. Earlier when I failed with this I just resorted over getting a already build framework, but turns out that the framework was not bitcode enable and I got problem creating the IPA for my app.
Any help fixing this issue would be appreciated, else the end resort could be if someone could provide me with framework for tvOS with bitcode enabled.
Thanks in advance