Xcode Version: Version 7.2 (7C68)
Construction for PhoneGAP IOS Commands
Used:
xcodebuild -project HelloCordova.xcodeproj -scheme HelloCordova -configuration Release -sdk iphonesimulator IDENTIFIER=com.kony.SyncApp build
It worked well, before updating Xcode after upgrading to 7.2, I ran into this problem. And the same wokring form the XCODE interface. The problem with building the command line
Error Information:
fatal error: too many errors were made, stopping now [-ferror-limit =] 20 errors were generated.
** BUILD FAILED **
The following build commands failed:
ProcessPCH /Users/konysync/Library/Developer/Xcode/DerivedData/HelloCordova-gyroiomjvclmgtfewwtckeoypgfd/Build/Intermediates/PrecompiledHeaders/CordovaLib_Prefix-almeazhzuslzcvewimbluxlrnwby/CordovaLib_Prefix.pch.pch CordovaLib_Prefix.pch normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
ProcessPCH /Users/konysync/Library/Developer/Xcode/DerivedData/HelloCordova-gyroiomjvclmgtfewwtckeoypgfd/Build/Intermediates/PrecompiledHeaders/CordovaLib_Prefix-bvlrmrstkahcccfcihrhcdumeenk/CordovaLib_Prefix.pch.pch CordovaLib_Prefix.pch normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
found some links, but these links didn't help.
Apple LLVM Compiler 3.1 clang error
Unsupported compiler 'com.apple.compilers.llvm.clang.1_0' selected for 'x86_64' architecture on Xcode 7 Beta 2