iOS compiling error in XCode 5

iOS, iPad, iPhone, tvOS specific usage questions
catskytw
New Cone
New Cone
Posts: 6
Joined: 04 Oct 2013 05:45

iOS compiling error in XCode 5

Postby catskytw » 04 Oct 2013 06:07

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.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: iOS compiling error in XCode 5

Postby Jean-Baptiste Kempf » 07 Oct 2013 19:24

iOS build is not yet Xcode 5 compatible.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

catskytw
New Cone
New Cone
Posts: 6
Joined: 04 Oct 2013 05:45

Re: iOS compiling error in XCode 5

Postby catskytw » 11 Oct 2013 11:38

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`.

awfulcode
Blank Cone
Blank Cone
Posts: 14
Joined: 01 Oct 2013 18:45

Re: iOS compiling error in XCode 5

Postby awfulcode » 17 Oct 2013 21:44

iOS build is not yet Xcode 5 compatible.
Do you have any idea when it might be Xcode 5 compatible?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: iOS compiling error in XCode 5

Postby Jean-Baptiste Kempf » 21 Oct 2013 10:47

It's already done.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

MrZoidberg
New Cone
New Cone
Posts: 4
Joined: 21 Oct 2013 20:18
Operating System: Mac OS
Location: Germany

Re: iOS compiling error in XCode 5

Postby MrZoidberg » 21 Oct 2013 22:48

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

karlsburg
New Cone
New Cone
Posts: 3
Joined: 23 Oct 2013 16:18

Re: iOS compiling error in XCode 5

Postby karlsburg » 23 Oct 2013 20:03

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.

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 24 Oct 2013 10:01

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?

karlsburg
New Cone
New Cone
Posts: 3
Joined: 23 Oct 2013 16:18

Re: iOS compiling error in XCode 5

Postby karlsburg » 24 Oct 2013 20:05

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?

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 25 Oct 2013 10:44

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

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: iOS compiling error in XCode 5

Postby Jean-Baptiste Kempf » 25 Oct 2013 12:13

Pull up the VLC tree.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

MrZoidberg
New Cone
New Cone
Posts: 4
Joined: 21 Oct 2013 20:18
Operating System: Mac OS
Location: Germany

Re: iOS compiling error in XCode 5

Postby MrZoidberg » 25 Oct 2013 16:21

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.

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 25 Oct 2013 18:22

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> ^

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 25 Oct 2013 23:38

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.

anthonyvage
New Cone
New Cone
Posts: 1
Joined: 26 Oct 2013 01:01

Re: iOS compiling error in XCode 5

Postby anthonyvage » 26 Oct 2013 01:06

I am having the same issue here. I am getting duplicate symbols when linking.

lintao
Blank Cone
Blank Cone
Posts: 10
Joined: 26 Oct 2013 10:11

Re: iOS compiling error in XCode 5

Postby lintao » 26 Oct 2013 21:24

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

MrZoidberg
New Cone
New Cone
Posts: 4
Joined: 21 Oct 2013 20:18
Operating System: Mac OS
Location: Germany

Re: iOS compiling error in XCode 5

Postby MrZoidberg » 27 Oct 2013 02:32

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

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 27 Oct 2013 12:49

It would be good to find a solution that doesn't force us to wipe out our whole system though :-)

MrZoidberg
New Cone
New Cone
Posts: 4
Joined: 21 Oct 2013 20:18
Operating System: Mac OS
Location: Germany

Re: iOS compiling error in XCode 5

Postby MrZoidberg » 27 Oct 2013 14:10

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)

chopsuey5540
New Cone
New Cone
Posts: 6
Joined: 24 Oct 2013 09:57

Re: iOS compiling error in XCode 5

Postby chopsuey5540 » 27 Oct 2013 16:10

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 :-)

loaer
New Cone
New Cone
Posts: 2
Joined: 17 Jan 2014 02:16

Re: iOS compiling error in XCode 5

Postby loaer » 17 Jan 2014 02:42

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

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: iOS compiling error in XCode 5

Postby fkuehne » 23 Jan 2014 12:41

Tell Xcode to clean the target and click on build afterwards.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

Arunm
New Cone
New Cone
Posts: 3
Joined: 26 Mar 2014 05:47

Re: iOS compiling error in XCode 5

Postby Arunm » 26 Mar 2014 06:14

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


Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 4 guests