What causes clang: error: unsupported option '-serialize-diagnostics' with xcode

I am trying to execute a clang parser using an Xcode assembly. This worked on another project, but now I get the error described below. Has anyone seen this?

MY TEAM LINE:

/ Users / builder / Tools / checker-267 / scan-build -k -v -o scan_output xcodebuild -scheme MyScheme -configuration Release -sdk iphoneos CONFIGURATION_BUILD_DIR = build 'CODE_SIGN_IDENTITY = iPhone Distribution:

I RECEIVE (ALSO THIS WARNING IS ALSO EXCLUDED WITH THE PREVIOUS PROJECT THAT THE COMPLETE PERSONS SUCCESSFULLY):

Warning: the built-in compiler 'ccc-analyzer' could not find the search path and preprocessor definition for the objective-c language dialect.

AND GET THE DIRECT option '-serialize-diagnostics' ERROR WHICH MAY BE A PROBLEM:

Details: It is not possible to get information about the message category for the tool '/ Users / builder / Tools / checker-267 / libexec / sss analyzer. Reason: exec "clang" cannot: there is no such file or directory in / Users / builder / Tools / checker -267 / libexec / ccc-analyzer line 428.

: :
-messageCategoryInfoForExecutablePath: Thread: {name = (null), num = 5} , http://bugreport.apple.com , . clang: : '--serialize-diagnostics' clang: error: : '/Users/builder/Library/Developer/Xcode/DerivedData/Civitas-cjaysrhpylwnfoaagvkzrnpvmkhq/Build/Intermediates/HAClient.build/Release-iphoneos/HAClient.build/Objects-normal/armv7/HAClient.dia' //builder//checker-267/libexec/ccc-analyzer 1

, . :

2012-07-20 13: 55: 23.195 xcodebuild [25585: 352f] error: Error Domain = NSPOSIXErrorDomain Code = 2 " 255, :/Users/builder/Tools/checker-267/libexec/ccc-analyzer -v -E -dM -arch i386 -isysroot/applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -x objective-c -c/dev/null 2 > & 1" UserInfo = 0x4001c0b40 {NSLocalizedDescription = 255, :/Users/builder/Tools/checker-267/libexec/ccc-analyzer -v -E -dM - arch i386 -isysroot/applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -x objective-c -c/dev/null 2 > & 1, NSLocalizedFailureReason = } 2012-07-20 13: 55: 23.197 xcodebuild [25585: 352f] : 'ccc-analyzer' 'objective-c'. ://builder//checker-267/libexec/ccc-analyzer ://builder//checker-267/libexec/ccc-analyzer -v -E -dM -arch i386 -isysroot/applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -x objective-c -c/dev/null 2 > & 1

+5
1

, (-sdk iphoneos). sdk -sdk iphonesimulator, .

0

All Articles