-
Notifications
You must be signed in to change notification settings - Fork 111
Cannot build archive "error: -fobjc-arc is not supported on platforms using the legacy runtime" #100
Description
/PrecompiledHeaders/Rebel-Prefix-elkrncaafhxcmjgxesrfmxwglhie/Rebel-Prefix.pch.pth Rebel/Rebel-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd "/Volumes/Store/Projects/ccPing/ccPing OS X/Rebel"
setenv LANG en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -Werror -Wmissing-field-initializers -Wno-missing-prototypes -Wreturn-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wduplicate-method-match -Wformat -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wfour-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wenum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DNDEBUG=1 -DNS_BLOCK_ASSERTIONS=1 -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.7 -Wno-sign-conversion -iquote /Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/Rebel-generated-files.hmap -I/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/Rebel-own-target-headers.hmap -I/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/Rebel-all-target-headers.hmap -iquote /Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/Rebel-project-headers.hmap -I/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/BuildProductsPath/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/DerivedSources/i386 -I/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/IntermediateBuildFilesPath/Rebel.build/Release/Rebel.build/DerivedSources -Wno-gcc-compat -F/Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/BuildProductsPath/Release --serialize-diagnostics /Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/PrecompiledHeaders/Rebel-Prefix-elkrncaafhxcmjgxesrfmxwglhie/Rebel-Prefix.pch.dia -c "/Volumes/Store/Projects/ccPing/ccPing OS X/Rebel/Rebel/Rebel-Prefix.pch" -o /Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/PrecompiledHeaders/Rebel-Prefix-elkrncaafhxcmjgxesrfmxwglhie/Rebel-Prefix.pch.pth -MMD -MT dependencies -MF /Users/xcodev/Library/Developer/Xcode/DerivedData/ccPing-dwhjstpzfibytxbypacokcdgaceo/Build/Intermediates/ArchiveIntermediates/ccPing/PrecompiledHeaders/Rebel-Prefix-elkrncaafhxcmjgxesrfmxwglhie/Rebel-Prefix.pch.d
error: -fobjc-arc is not supported on platforms using the legacy runtime
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
Xcode 4.6.1
Mac OS X 10.8.3
Build debug: fine
Build to archive: Failed
Please help