sh buildMobileVLCKit.sh fails saying Missing extension: public.vcs.subversion
Posted: 12 Jun 2015 16:49
Hello,
I am not sure if this is the right place for this question. Apologies.
I am following the steps (given at https://wiki.videolan.org/VLCKit/#Build ... rk_for_iOS) to compile the libMobileVLCKit.a for my iOS app using Xcode version 6.1.3, iOS SDK 8.3.
After I clone, sh buildMobileVLCKit.sh command fails saying “Missing extension: public.vcs.subversion”. I have already disabled version control in my Xcode.
Can anyone please guide me on what could be the issue here and how can I resolve it? I have also tried using older version of the Xcode but no success. Below is the terminal log.
Thanks,
I am not sure if this is the right place for this question. Apologies.
I am following the steps (given at https://wiki.videolan.org/VLCKit/#Build ... rk_for_iOS) to compile the libMobileVLCKit.a for my iOS app using Xcode version 6.1.3, iOS SDK 8.3.
After I clone, sh buildMobileVLCKit.sh command fails saying “Missing extension: public.vcs.subversion”. I have already disabled version control in my Xcode.
Can anyone please guide me on what could be the issue here and how can I resolve it? I have also tried using older version of the Xcode but no success. Below is the terminal log.
Thanks,
Code: Select all
Ankurs-MacBook-Pro:new vlckit Ankurshivani$ git clone git://git.videolan.org/vlc-bindings/VLCKit.git
Cloning into 'VLCKit'...
remote: Counting objects: 5379, done.
remote: Compressing objects: 100% (2537/2537), done.
remote: Total 5379 (delta 3809), reused 3867 (delta 2680)
Receiving objects: 100% (5379/5379), 1.26 MiB | 76.00 KiB/s, done.
Resolving deltas: 100% (3809/3809), done.
Checking connectivity... done.
Ankurs-MacBook-Pro:new vlckit Ankurshivani$ cd VLCKit/
Ankurs-MacBook-Pro:VLCKit Ankurshivani$ sh ./buildMobileVLCKit.sh
[info] Preparing build dirs
First, rewinding head to replay your work on top of it...
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
Applying: arm_neon: use a macro to fix compilation for iOS
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: libass: fix text rendering on iOS by providing a font lookup mechanism for the font shipped with Aspen
Applying: freetype: added a fake font lookup mechanism for iOS to use the packaged demo fonts
Applying: libvlc: add preliminary code path to modify quartztext variables on-the-fly
Applying: contrib/gcrypt: simplify compilation by disabling /doc and work-around a libtool limitation
Applying: lib/media player: inherit deinterlace variable to achieve correct value on first use
Applying: arm_neon: work-around libtool issue
HEAD is now at f5d5cb7 fix atomics for non-x86 clang targets
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:60: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: arm_neon: use a macro to fix compilation for iOS
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: libass: fix text rendering on iOS by providing a font lookup mechanism for the font shipped with Aspen
Applying: freetype: added a fake font lookup mechanism for iOS to use the packaged demo fonts
Applying: libvlc: add preliminary code path to modify quartztext variables on-the-fly
Applying: contrib/gcrypt: simplify compilation by disabling /doc and work-around a libtool limitation
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:21: trailing whitespace.
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:26: trailing whitespace.
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:81: trailing whitespace.
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:83: trailing whitespace.
/Users/Ankurshivani/Desktop/new vlckit/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:87: trailing whitespace.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.
Applying: lib/media player: inherit deinterlace variable to achieve correct value on first use
Applying: arm_neon: work-around libtool issue
[info] Building for iphoneos
[info] Building vlc
[info] Building libvlc for iOS
[info] Using armv7 with SDK version 8.3
usage: dirname path
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk
[info] Building tools
./build.sh: line 33: pushd: //extras/tools: No such file or directory
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
2015-06-12 19:06:47.288 xcodebuild[78867:869056] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-7703/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:423
Details: Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7fae65a34bb0 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object: <IDESourceControlManager: 0x7fae63cb92d0>
Method: -loadRepositories
Thread: <NSThread: 0x7fae61c2e730>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **
The following build commands failed:
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCLibrary.o Sources/VLCLibrary.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Ankurs-MacBook-Pro:VLCKit Ankurshivani$