I try to compile latest VLCKit for IOS and vlc compile fine until i add the -f option.
It produce this error:
Code: Select all
error: can't exec 'xcrun clang' (No such file or directory)
Code: Select all
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
Code: Select all
git clone http://code.videolan.org/videolan/VLCKit.git
cd VLCKit
./buildMobileVLCKit.sh -f
Code: Select all
[info] ...vlc_entry__grey_yuv
[info] ...vlc_entry__gain
[info] ...vlc_entry__g711
[info] ...vlc_entry__ftp
[info] ...vlc_entry__freeze
[info] ...vlc_entry__freetype
[info] ...vlc_entry__fps
[info] ...vlc_entry__folder
[info] ...vlc_entry__float_mixer
[info] ...vlc_entry__flaschen
[info] ...vlc_entry__flacsys
[info] ...vlc_entry__flac
[info] ...vlc_entry__filesystem
[info] ...vlc_entry__file
[info] ...vlc_entry__es
[info] ...vlc_entry__equalizer
[info] ...vlc_entry__edgedetection
[info] ...vlc_entry__dvbsub
[info] ...vlc_entry__dsm
[info] ...vlc_entry__dolby
[info] ...vlc_entry__diracsys
[info] ...vlc_entry__demux_stl
[info] ...vlc_entry__demux_cdg
[info] ...vlc_entry__deinterlace
[info] ...vlc_entry__decomp
[info] ...vlc_entry__cvpx_i420
[info] ...vlc_entry__cvdsub
[info] ...vlc_entry__croppadd
[info] ...vlc_entry__compressor
[info] ...vlc_entry__chorus_flanger
[info] ...vlc_entry__chain
[info] ...vlc_entry__cdg
[info] ...vlc_entry__cc
[info] ...vlc_entry__canvas
[info] ...vlc_entry__caf
[info] ...vlc_entry__cache_read
[info] ...vlc_entry__cache_block
[info] ...vlc_entry__bonjour
[info] ...vlc_entry__blend
[info] ...vlc_entry__avio
[info] ...vlc_entry__avi
[info] ...vlc_entry__avformat
[info] ...vlc_entry__avcodec
[info] ...vlc_entry__audiounit_ios
[info] ...vlc_entry__audio_format
[info] ...vlc_entry__au
[info] ...vlc_entry__attachment
[info] ...vlc_entry__asf
[info] ...vlc_entry__araw
[info] ...vlc_entry__amem
[info] ...vlc_entry__aiff
[info] ...vlc_entry__afile
[info] ...vlc_entry__aes3
[info] ...vlc_entry__adpcm
[info] ...vlc_entry__adjust
[info] ...vlc_entry__adf
[info] ...vlc_entry__adaptive
[info] ...vlc_entry__file
[info] ...vlc_entry__access_mms
[info] ...vlc_entry__concat
[info] ...vlc_entry__access_archive
[info] all done
[info] Building static MobileVLCKit.framework
[info] Building MobileVLCKit (MobileVLCKit, Debug, iphoneos)
Build settings from command line:
ARCHS = armv7 armv7s arm64
GCC_PREPROCESSOR_DEFINITIONS =
IPHONEOS_DEPLOYMENT_TARGET = 7.0
SDKROOT = iphoneos10.2
=== BUILD TARGET MobileVLCKit OF PROJECT MobileVLCKit WITH CONFIGURATION Debug ===
Check dependencies
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-frgvmhqddtgoqoccmfkleyqeocsc/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/leo/git/VLCKit
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/leo/git/VLCKit/libvlc/vlc/extras/tools/build/bin:/Users/leo/git/VLCKit/libvlc/vlc/contrib/x86_64-apple-darwin14/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
xcrun\ clang -x objective-c-header -arch armv7 -fmessage-length=288 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu11 -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=7.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode-marker -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-generated-files.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-own-target-headers.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-all-target-headers.hmap -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-project-headers.hmap -I/Users/leo/git/VLCKit/build/Debug-iphoneos/include -I/Users/leo/git/VLCKit/libvlc/vlc/include -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources/armv7 -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources -F/Users/leo/git/VLCKit/build/Debug-iphoneos -MD -MT dependencies -MF /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-frgvmhqddtgoqoccmfkleyqeocsc/MobilePrefix.pch.d -c /Users/leo/git/VLCKit/Headers/PCH/MobilePrefix.pch -o /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-frgvmhqddtgoqoccmfkleyqeocsc/MobilePrefix.pch.pch --serialize-diagnostics /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-frgvmhqddtgoqoccmfkleyqeocsc/MobilePrefix.pch.dia
error: can't exec 'xcrun clang' (No such file or directory)
Command xcrun clang failed with exit code 71
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-btuaegmsatitwnacxtcstlefbygv/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal armv7s objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/leo/git/VLCKit
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/leo/git/VLCKit/libvlc/vlc/extras/tools/build/bin:/Users/leo/git/VLCKit/libvlc/vlc/contrib/x86_64-apple-darwin14/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
xcrun\ clang -x objective-c-header -arch armv7s -fmessage-length=288 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu11 -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=7.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode-marker -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-generated-files.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-own-target-headers.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-all-target-headers.hmap -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-project-headers.hmap -I/Users/leo/git/VLCKit/build/Debug-iphoneos/include -I/Users/leo/git/VLCKit/libvlc/vlc/include -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources/armv7s -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources -F/Users/leo/git/VLCKit/build/Debug-iphoneos -MD -MT dependencies -MF /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-btuaegmsatitwnacxtcstlefbygv/MobilePrefix.pch.d -c /Users/leo/git/VLCKit/Headers/PCH/MobilePrefix.pch -o /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-btuaegmsatitwnacxtcstlefbygv/MobilePrefix.pch.pch --serialize-diagnostics /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-btuaegmsatitwnacxtcstlefbygv/MobilePrefix.pch.dia
error: can't exec 'xcrun clang' (No such file or directory)
Command xcrun clang failed with exit code 71
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-dwrbloovyczvacbuzstlxmhqnezh/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/leo/git/VLCKit
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/leo/git/VLCKit/libvlc/vlc/extras/tools/build/bin:/Users/leo/git/VLCKit/libvlc/vlc/contrib/x86_64-apple-darwin14/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
xcrun\ clang -x objective-c-header -arch arm64 -fmessage-length=288 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu11 -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=7.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode-marker -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-generated-files.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-own-target-headers.hmap -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-all-target-headers.hmap -iquote /Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/MobileVLCKit-project-headers.hmap -I/Users/leo/git/VLCKit/build/Debug-iphoneos/include -I/Users/leo/git/VLCKit/libvlc/vlc/include -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources/arm64 -I/Users/leo/git/VLCKit/build/MobileVLCKit.build/Debug-iphoneos/MobileVLCKit.build/DerivedSources -F/Users/leo/git/VLCKit/build/Debug-iphoneos -MD -MT dependencies -MF /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-dwrbloovyczvacbuzstlxmhqnezh/MobilePrefix.pch.d -c /Users/leo/git/VLCKit/Headers/PCH/MobilePrefix.pch -o /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-dwrbloovyczvacbuzstlxmhqnezh/MobilePrefix.pch.pch --serialize-diagnostics /Users/leo/git/VLCKit/build/SharedPrecompiledHeaders/MobilePrefix-dwrbloovyczvacbuzstlxmhqnezh/MobilePrefix.pch.dia
error: can't exec 'xcrun clang' (No such file or directory)
Command xcrun clang failed with exit code 71
** BUILD FAILED **
The following build commands failed:
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-frgvmhqddtgoqoccmfkleyqeocsc/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-btuaegmsatitwnacxtcstlefbygv/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal armv7s objective-c com.apple.compilers.llvm.clang.1_0.compiler
ProcessPCH build/SharedPrecompiledHeaders/MobilePrefix-dwrbloovyczvacbuzstlxmhqnezh/MobilePrefix.pch.pch Headers/PCH/MobilePrefix.pch normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)
I'm on latest MacOs Sierra with latest Xcode.
The command alone works fine:
Code: Select all
$ xcrun clang
clang: error: no input files