Page 1 of 1

iOS compiling error in XCode 5

Posted: 04 Oct 2013 06:07
by catskytw
Hello All:
After referencing the instructions to build https://wiki.videolan.org/IOSCompile/, I got a compiling error in "sh buildAspenProject.sh -k 7.0".
The errors is:

Code: Select all

checking for gcc... gcc checking for gcc... (cached) gcc checking for suffix of native executables... rm: conftest.dSYM: is a directory ld: warning: ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib/crt1.o, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib/crt1.o (5 slices)ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib/libSystem.dylib, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib/libSystem.dylib (3 slices) ld: dynamic main executables must link with libSystem.dylib for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: error: native C compiler is not working make[1]: *** [setup] Error 1 make: *** [.freetype2] Error 2
How do I resolve it?
The environment is:
1. XCode 5
2. sdk: iPhoneSimulator 7.0
3. MountainLion, 10.8.4

Thanks.

Re: iOS compiling error in XCode 5

Posted: 07 Oct 2013 19:24
by Jean-Baptiste Kempf
iOS build is not yet Xcode 5 compatible.

Re: iOS compiling error in XCode 5

Posted: 11 Oct 2013 11:38
by catskytw
Hello All:
I have compiled VLC successfully with XCode 5.
To answer my original question, you need to give this command `make .freetype2` under ~/your_VLC_Dir/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386 and do it again if compiling for device.
There are some error(the package's URL is missing or not found) in the build script; fix them one by one and finally see `Build Completed`.

Re: iOS compiling error in XCode 5

Posted: 17 Oct 2013 21:44
by awfulcode
iOS build is not yet Xcode 5 compatible.
Do you have any idea when it might be Xcode 5 compatible?

Re: iOS compiling error in XCode 5

Posted: 21 Oct 2013 10:47
by Jean-Baptiste Kempf
It's already done.

Re: iOS compiling error in XCode 5

Posted: 21 Oct 2013 22:48
by MrZoidberg
I'm also unable to build VLC for iOS. I also followed this guide: https://wiki.videolan.org/IOSCompile/
I even used iTerm 2 and zsh.

Mac OS X 10.8.5, Xcode 5 & Command line tools

buildAspenProject.sh -s -v

Here are the last lines of the log before the script stops:

Code: Select all

checking for POSTPROC... no configure: WARNING: No package 'libpostproc' found. checking for TWOLAME... no configure: WARNING: Library twolame needed for twolame was not found checking for DCA... no configure: WARNING: Library libdca >= 0.0.5 needed for dca was not found checking for FLAC... yes checking for LIBMPEG2... no configure: WARNING: Library libmpeg2 > 0.3.2 needed for libmpeg2 was not found checking for SPEEX... no configure: error: Library ogg speex >= 1.0.5 needed for speex was not found
Before that, the last log output by the build scripts was the following:

Code: Select all

[info] Bootstraping vlc finished [info] >> --prefix=/Users/zoidberg/Projekte/vlc-player/ios/ImportedSources/vlc/install-ios-Simulator/i386 --host=i686-apple-darwin11
Does anybody have ideas how to fix this problem? I don't know why there a libs missing since the build scripts download & build them all?

Greetings,
Zoidberg

Re: iOS compiling error in XCode 5

Posted: 23 Oct 2013 20:03
by karlsburg
I am having the same problem as MrZoidberg,

Configuration: OSX 10.8.5, xCode 5, and following the instructions from https://wiki.videolan.org/IOSCompile.

The build script issues begin with compiler warning on certain modules. E.g.

Code: Select all

checking which extension is used for runtime loadable modules... checking for GNU C Library... .so In file included from parsetree.cpp:30: In file included from rlparse.kh:27: In file included from ./parsedata.h:36: ./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^ ./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^
Then a large amount of warning options:

Code: Select all

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_flags_encoder.o warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option] warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option] ./csipgoto.h:67:7: note: hidden overloaded virtual function 'CSharpIpGotoCodeGen::GOTO_HEADER' declared here void GOTO_HEADER( RedStateAp *state ); ^ In file included from gendata.cpp:46: ./cdsplit.h:38:7: warning: 'SplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^ ./cdipgoto.h:66:7: note: hidden overloaded virtual function 'IpGotoCodeGen::GOTO_HEADER' declared here void GOTO_HEADER( RedStateAp *state );
There is a lot of these errors and warnings. then starts listing symbols not found:

Code: Select all

/usr/bin/ranlib: file: libcmcurl.a(content_encoding.c.o) has no symbols /usr/bin/ranlib: file: libcmcurl.a(gtls.c.o) has no symbols /usr/bin/ranlib: file: libcmcurl.a(hostares.c.o) has no symbols /usr/bin/ranlib: file: libcmcurl.a(hostasyn.c.o) has no symbols /usr/bin/ranlib: file: libcmcurl.a(hostip6.c.o) has no symbols /usr/bin/ranlib: file: libcmcurl.a(hostthre.c.o) has no symbols
Then there's loads of clang errors, i don't know if static analysis matters, but here's an example of the messages:

Code: Select all

libtool: compile: xcrun clang -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -arch i386 -miphoneos-version-min=5.1 -O3 -g -arch i386 -miphoneos-version-min=5.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -arch i386 -miphoneos-version-min=5.1 -O3 -g -I/Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/i686-apple-darwin11-i386/include -I/Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/objs -I./builds/unix -I/Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/include -c -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -arch i386 -miphoneos-version-min=5.1 -O3 -g -arch i386 -miphoneos-version-min=5.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -arch i386 -miphoneos-version-min=5.1 -O3 -g -I/Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/i686-apple-darwin11-i386/include -g -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/src/sfnt /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/src/sfnt/sfnt.c -fno-common -DPIC -o /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/objs/sfnt.o In file included from /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/src/sfnt/sfnt.c:23: /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/src/sfnt/ttload.c:552:9: warning: using extended field designator is an extension [-Wextended-offsetof] FT_FRAME_LONG ( Created[0] ), ^ ~~~ /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/include/freetype/internal/ftstream.h:120:34: note: expanded from macro 'FT_FRAME_LONG' #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f ) ^ /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD' FT_FIELD_OFFSET( field ) \ ^ /Users/karl/Downloads/vlc_ios/ios/ImportedSources/vlc/contrib/iPhoneSimulator-i386/freetype/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET' (FT_UShort)( offsetof( FT_STRUCTURE, f ) ) ^
These keep going on for a while, but I'm not going to keep listing them, the next round is make seeing source files as directories:

Code: Select all

applications/codec/Makefile.am:62: warning: source file '../common/opj_getopt.c' is in a subdirectory, applications/codec/Makefile.am:62: but option 'subdir-objects' is disabled applications/codec/Makefile.am:23: warning: source file '../common/color.c' is in a subdirectory, applications/codec/Makefile.am:23: but option 'subdir-objects' is disabled applications/codec/Makefile.am:23: warning: source file '../common/opj_getopt.c' is in a subdirectory, applications/codec/Makefile.am:23: but option 'subdir-objects' is disabled applications/mj2/Makefile.am:3: warning: source file '../../libopenjpeg/bio.c' is in a subdirectory, applications/mj2/Makefile.am:3: but option 'subdir-objects' is disabled applications/mj2/Makefile.am:3: warning: source file '../../libopenjpeg/cio.c' is in a subdirectory, applications/mj2/Makefile.am:3: but option 'subdir-objects' is disabled
Followed by a bunch more warnings in ./libavutil/...

Then got some strange errors with using hte strip command (i think unix switches are being used for osx):

Code: Select all

CC libavcodec/ws-snd1.o YASM libavcodec/x86/ac3dsp.o strip: unrecognized option: -wN Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] make[1]: [libavcodec/x86/ac3dsp.o] Error 1 (ignored) CC libavcodec/x86/ac3dsp_init.o CC libavcodec/x86/cavsdsp.o CC libavcodec/x86/constants.o YASM libavcodec/x86/dct32.o strip: unrecognized option: -wN Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] make[1]: [libavcodec/x86/dct32.o] Error 1 (ignored) CC libavcodec/x86/dct_init.o YASM libavcodec/x86/deinterlace.o strip: unrecognized option: -wN Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] make[1]: [libavcodec/x86/deinterlace.o] Error 1 (ignored) YASM libavcodec/x86/dsputil.o strip: unrecognized option: -wN Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] make[1]: [libavcodec/x86/dsputil.o] Error 1 (ignored) CC libavcodec/x86/dsputil_init.o CC libavcodec/x86/dsputil_mmx.o CC libavcodec/x86/dsputil_x86.o
These keep going on for a while, but I'll stop listing the errors so I don't flood the post. The end result is that it goes through to bootstrap with the below final messages.

Code: Select all

[info] Bootstraping vlc finished [info] >> --prefix=/Users/xyzxyz/Downloads/vlc_ios/ios/ImportedSources/vlc/install-ios-Simulator/i386 --host=i686-apple-darwin11 rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory configure: WARNING: No package 'dbus-1' found. configure: WARNING: No package 'live555' found. configure: WARNING: Library libdc1394-2 >= 2.1.0 needed for dc1394 was not found configure: WARNING: Library libraw1394 >= 2.0.1 libavc1394 >= 0.5.3 needed for dv1394 was not found configure: WARNING: Library opencv > 2.0 needed for opencv was not found configure: WARNING: Library smbclient needed for smbclient was not found configure: WARNING: Library libssh2 needed for sftp was not found configure: WARNING: Blackmagic DeckLink SDI include files not found configure: WARNING: Library gnome-vfs-2.0 needed for gnomevfs was not found configure: WARNING: Library libvncclient >= 0.9.9 needed for libvnc was not found configure: WARNING: Library freerdp >= 1.0.1 needed for libfreerdp was not found configure: WARNING: No package 'libsidplay2' found (required for sid). configure: WARNING: VideoDecodeAcceleration/VDADecoder.h not found configure: WARNING: No package 'libpostproc' found. configure: WARNING: Library twolame needed for twolame was not found configure: WARNING: Library libdca >= 0.0.5 needed for dca was not found configure: WARNING: Library libmpeg2 > 0.3.2 needed for libmpeg2 was not found configure: error: Library ogg speex >= 1.0.5 needed for speex was not found
I have only listed all this in case there's something obvious in the workflow, am I missing pre-requisits for my machine? Is this buildscript for pre xcode 5.0. If someone put me in the right direction to get this working on xcode 5 with osx 10.8.5, I'll happily try and update the build script to contribute.

I'm very keen to get VLC going on iOS. It's the best by far.

Re: iOS compiling error in XCode 5

Posted: 24 Oct 2013 10:01
by chopsuey5540
Same issues as the two people above when running:

Code: Select all

sh buildAspenProject.sh -v -s
My config is

Xcode Version 5.0 (5A1413)
iOS 7.0
OS X 10.8.5

Jean-Baptiste, you said that it was fixed already?

Re: iOS compiling error in XCode 5

Posted: 24 Oct 2013 20:05
by karlsburg
Has anyone found new information on this?

I was told the following in the mailing-list.

Code: Select all

Please see [PATCH] speex: fix pkg-config file generation
But how do I apply the patch?

I saw 0015-contrib-speex-fix-compilation-for-arm64.patch in the patches directory, but arm64 isn't my architecture.

applying with: git am ./patches/0015....patch (is this correct?)

can I download the patch from elsewhere?

Re: iOS compiling error in XCode 5

Posted: 25 Oct 2013 10:44
by chopsuey5540
Interestingly for me I get the same error when I try to build for the iOS simulator with Xcode 4.6.3 and the iOS 6.1 SDK. My config.log is here if you want to have a look http://pastebin.com/T8bGErpM

Re: iOS compiling error in XCode 5

Posted: 25 Oct 2013 12:13
by Jean-Baptiste Kempf
Pull up the VLC tree.

Re: iOS compiling error in XCode 5

Posted: 25 Oct 2013 16:21
by MrZoidberg
Pull up the VLC tree.
The buildAspenProject-Script currently pulls the vlc-2.1. Do you mean switch to the current vlc master?
I tried that and some of the patches couldn't be applied. I update my post if it builds anyway.

Re: iOS compiling error in XCode 5

Posted: 25 Oct 2013 18:22
by chopsuey5540
I've pulled the master in and skipped the patch section. It's going further than before but now it fails because it's missing basic frameworks which are in /System/Library/Frameworks. For instance

Code: Select all

CC darwin/netconf.lo GEN vlc-plugin.pc /Users/thomas/Dev/Libraries/ios/ImportedSources/vlc/src/darwin/netconf.c:32:10: fatal error: 'CoreServices/CoreServices.h' file not found #include <CoreServices/CoreServices.h> ^

Re: iOS compiling error in XCode 5

Posted: 25 Oct 2013 23:38
by chopsuey5540
I reverted netconf.c to this commit http://code.metager.de/source/xref/vlc/ ... 0995d20a6c and the compilation worked. Now I'm getting duplicate symbols in libMobileVLCKit.a when linking.

Re: iOS compiling error in XCode 5

Posted: 26 Oct 2013 01:06
by anthonyvage
I am having the same issue here. I am getting duplicate symbols when linking.

Re: iOS compiling error in XCode 5

Posted: 26 Oct 2013 21:24
by lintao
make the freetype2
I got a compiling error

Hunk #1 succeeded at 118 (offset 8 lines).
mv fribidi-0.19.5 fribidi && touch fribidi
cd fribidi && rm -f configure && ./bootstrap
./bootstrap: line 126: aclocal: command not found
make: *** [.fribidi] Error 127

Re: iOS compiling error in XCode 5

Posted: 27 Oct 2013 02:32
by MrZoidberg
It finally works on Simulator and iDevices.
I just followed https://wiki.videolan.org/IOSCompile/ but this time on a fresh installed Mac OS X 10.8.5. (Including latest XCode & XCode Command Line Tools).
I don't know what was wrong with my old system.. :x

Re: iOS compiling error in XCode 5

Posted: 27 Oct 2013 12:49
by chopsuey5540
It would be good to find a solution that doesn't force us to wipe out our whole system though :-)

Re: iOS compiling error in XCode 5

Posted: 27 Oct 2013 14:10
by MrZoidberg
It would be good to find a solution that doesn't force us to wipe out our whole system though :-)
Yeah that would be nice :D I had homebrew installed (to build nginx, php-fpm, ...): According to this https://wiki.videolan.org/OSXCompile/#3 ... s_and_PATH that was maybe a problem.

Before you wipe your system: Parallels & VMWare Fusion supports Mac OS X 10.8 virtualisation. A second 10.8.5 on a USB 3.0 flash drive is also not bad. (I used this while my ssd was broken)

Re: iOS compiling error in XCode 5

Posted: 27 Oct 2013 16:10
by chopsuey5540
A clean compile did the trick for me (I also have homebrew so it probably wasn't the issue)! Seems like the latest pushes from Felix fixed everything :-)

Re: iOS compiling error in XCode 5

Posted: 17 Jan 2014 02:42
by loaer
I am having the same issue here

.../ImportedSources/vlc/include/vlc/deprecated.h'
has been modified since the precompiled header

The environment is:
1. XCode 5.0.2
2. sdk: iphoneos 7.0
3. MountainLion, 10.8.5

Re: iOS compiling error in XCode 5

Posted: 23 Jan 2014 12:41
by fkuehne
Tell Xcode to clean the target and click on build afterwards.

Re: iOS compiling error in XCode 5

Posted: 26 Mar 2014 06:14
by Arunm
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
cd /Users/arun/Documents/Vlc/VLCKit
setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
setenv PATH "/Developer/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin/gas-preprocessor.pl"
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only armv7s -syslibroot /Developer/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -L/Users/arun/Documents/Vlc/VLCKit/build/Release-iphoneos -filelist /Users/arun/Documents/Vlc/VLCKit/build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/MobileVLCKit.LinkFileList /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libass.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavutil.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavcodec.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavformat.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libswscale.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgsm.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libdvbpsi.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libFLAC.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libfribidi.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libfreetype.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgcrypt.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgpg-error.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libharfbuzz.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libUsageEnvironment.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libBasicUsageEnvironment.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgroupsock.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libz.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libliveMedia.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libebml.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libmatroska.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libmodplug.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libogg.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheora.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheoradec.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheoraenc.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbis.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbisenc.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbisfile.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libopus.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libpng.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libopenjpeg.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libspeex.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libspeexdsp.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtag.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtag_c.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libxml2.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libz.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libzvbi.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/vlc/libcompat.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/libvlc.a /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/libvlccore.a -framework Foundation -o /Users/arun/Documents/Vlc/VLCKit/build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libass.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavutil.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavcodec.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libavformat.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libswscale.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgsm.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libdvbpsi.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libFLAC.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libfribidi.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libfreetype.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgcrypt.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgpg-error.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libharfbuzz.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libUsageEnvironment.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libBasicUsageEnvironment.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libgroupsock.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libz.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libliveMedia.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libebml.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libmatroska.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libmodplug.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libogg.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheora.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheoradec.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtheoraenc.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbis.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbisenc.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libvorbisfile.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libopus.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libpng.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libopenjpeg.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libspeex.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libspeexdsp.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtag.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libtag_c.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libxml2.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libz.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/contribs/lib/libzvbi.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/vlc/libcompat.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/libvlc.a (No such file or directory)
/Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/arun/Documents/Vlc/VLCKit/MobileVLCKit/ImportedSources/vlc/install-ios-OS/armv7s/lib/libvlccore.a (No such file or directory)
Command /Developer/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1

** BUILD FAILED **


The following build commands failed:
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
(2 failures)




pls someone have any idea about this error, i am waiting eagrly for any reply

I am using mac os x 10.8.5 and xcode 5

Thanks in Advance

Regards ,

Arun Malik