I have created an App for iOS my first real problem solving app. I successfully created the app but when my colleague tries to download it through SVN he gets problems which I dont at Compiling.
Check dependencies
CompileC /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/Objects-normal/i386/CustomPickerTVC.o TaxiCloud/CustomPickerTVC.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/rdl/Documents/WorkspaceTools/Xcode/TaxiCloudMobile/Code/TaxiCloud
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/rdl/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/TaxiCloud-generated-files.hmap -I/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/TaxiCloud-own-target-headers.hmap -I/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/TaxiCloud-all-target-headers.hmap -iquote /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/TaxiCloud-project-headers.hmap -I/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/Anurag/Documents/workspace/iphoneTaxi/Code/trunk/tapkulibrary-master/src -I/Users/Anurag/Documents/workspace/Objective-C/ios/tapkulibrary-master/src -I/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/DerivedSources/i386 -I/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/DerivedSources -F/Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Products/Debug-iphonesimulator -include /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/PrecompiledHeaders/TaxiCloud-Prefix-fcurceuycaimaeacqiczboprofov/TaxiCloud-Prefix.pch -MMD -MT dependencies -MF /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/Objects-normal/i386/CustomPickerTVC.d --serialize-diagnostics /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/Objects-normal/i386/CustomPickerTVC.dia -c /Users/rdl/Documents/WorkspaceTools/Xcode/TaxiCloudMobile/Code/TaxiCloud/TaxiCloud/CustomPickerTVC.m -o /Users/rdl/Library/Developer/Xcode/DerivedData/TaxiCloud-criyhzzqkgbmsmfmdawnerafhtco/Build/Intermediates/TaxiCloud.build/Debug-iphonesimulator/TaxiCloud.build/Objects-normal/i386/CustomPickerTVC.o
Could someone help me understand whats going on please and work around this as I don't have the knowledge yet for such problems.
Related
After pressing 'build and run' button I get such errors...
error: Build input file cannot be found: '/Users/slavik/Desktop/loooks_ionic_new/platforms/ios/CordovaLib/OptimizationProfiles/CordovaLib.profdata'
the description is:
CompileC /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/NSDictionary+CordovaPreferences.o /Users/slavik/Desktop/loooks_ionic_new/platforms/ios/CordovaLib/Classes/Public/NSDictionary+CordovaPreferences.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: CordovaLib)
cd /Users/slavik/Desktop/loooks_ionic_new/platforms/ios/CordovaLib
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/slavik/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/slavik/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DOBJC_OLD_DISPATCH_PROTOTYPES=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -fprofile-instr-use=/Users/slavik/Desktop/loooks_ionic_new/platforms/ios/CordovaLib/OptimizationProfiles/CordovaLib.profdata -fembed-bitcode-marker -index-store-path /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Index/DataStore -iquote /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-generated-files.hmap -I/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-own-target-headers.hmap -I/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-all-target-headers.hmap -iquote /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-project-headers.hmap -I/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Products/Debug-iphoneos/include -I/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/DerivedSources/arm64 -I/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/DerivedSources -F/Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Products/Debug-iphoneos -DDEBUG -include /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/PrecompiledHeaders/SharedPrecompiledHeaders/17494842693492805826/CordovaLib_Prefix.pch -MMD -MT dependencies -MF /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/NSDictionary+CordovaPreferences.d --serialize-diagnostics /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/NSDictionary+CordovaPreferences.dia -c /Users/slavik/Desktop/loooks_ionic_new/platforms/ios/CordovaLib/Classes/Public/NSDictionary+CordovaPreferences.m -o /Users/slavik/Library/Developer/Xcode/DerivedData/loooks_ionic-fawfdrklmzcwsffvzcvicqellmun/Build/Intermediates.noindex/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/NSDictionary+CordovaPreferences.o
I made a screenshot that probably may help to understand the configurations
How to solve this error and finally run the app successfully?
https://medium.com/#sunilk/you-are-encountering-this-issue-as-apache-cordova-in-their-latest-release-added-telemetry-to-d03732719dc1
ionic cordova build ios --no-telemetry
I'm receiving a build failure after including the CN1Bluetooth code into my app. It's in the lib folder and had been refreshed. Worked on Android, won't compile for iOS.
The following is from the error file:
Executing: echo chmod 0755 /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb chmod 0755 /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb
Executing: chmod 0755 /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb Executing: echo /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb
Executing: /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb <PBXGroup name=FrameworksUUID=0F634E7718E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EA218E9ABBC002F3D1D for attribute: children. This can be the result of a merge and the unknown UUID is being discarded.
<PBXGroup name=ProductsUUID=0F634E7618E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EA118E9ABBC002F3D1D for attribute: children. This can be the result of a merge and the unknown UUID is being discarded.
<PBXNativeTarget name=ShopMyLocalStoresTestsUUID=0F634EA018E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EA118E9ABBC002F3D1D for attribute: product_reference. This can be the result of a merge and the unknown UUID is being discarded.
<PBXFrameworksBuildPhase UUID=0F634E9E18E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EA318E9ABBC002F3D1D for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.
<PBXFrameworksBuildPhase UUID=0F634E9E18E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EA418E9ABBC002F3D1D for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.
<PBXResourcesBuildPhase UUID=0F634E9F18E9ABBC002F3D1D> attempted to initialize an object with an unknown UUID. 0F634EAD18E9ABBC002F3D1D for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.
Error during processing: undefined method path' for nil:NilClass
Backtrace:
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:89:inconstruct_buildable_name'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:59:in set_reference_target'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:16:inblock in initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/xml_element_wrapper.rb:53:in create_xml_element_with_fallback'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:14:ininitialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:96:in new'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:96:inblock in initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/xml_element_wrapper.rb:53:in create_xml_element_with_fallback'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:77:ininitialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme.rb:186:in new'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme.rb:186:inadd_build_target'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:756:in block in recreate_user_schemes'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:754:ineach'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:754:in recreate_user_schemes'
/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/hooks/fix_xcode_schemes.rb:5:in'
An error occurred recreating schemes, but the build still might work...
Write auxiliary files
/bin/mkdir -p /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-generated-files.hmap
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-own-target-headers.hmap
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova.hmap
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-target-headers.hmap
/bin/mkdir -p /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/Cordova.LinkFileList
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-non-framework-target-headers.hmap
write-file /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-project-headers.hmap
CompileC /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandDelegateImpl.o Cordova/CordovaLib/Classes/CDVCommandDelegateImpl.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode6.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
/Applications/Xcode6.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -miphoneos-version-min=5.0 -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-generated-files.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-own-target-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-target-headers.hmap -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-project-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova/include -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources/armv7 -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources -F/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova -DOS_OBJECT_USE_OBJC=0 -include /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Target\ Support\ Files/Cordova/Cordova-prefix.pch -MMD -MT dependencies -MF /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandDelegateImpl.d --serialize-diagnostics /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandDelegateImpl.dia -c /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Cordova/CordovaLib/Classes/CDVCommandDelegateImpl.m -o /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandDelegateImpl.o
CompileC /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandQueue.o Cordova/CordovaLib/Classes/CDVCommandQueue.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode6.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
/Applications/Xcode6.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -miphoneos-version-min=5.0 -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-generated-files.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-own-target-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-target-headers.hmap -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-project-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova/include -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources/armv7 -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources -F/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova -DOS_OBJECT_USE_OBJC=0 -include /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Target\ Support\ Files/Cordova/Cordova-prefix.pch -MMD -MT dependencies -MF /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandQueue.d --serialize-diagnostics /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandQueue.dia -c /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Cordova/CordovaLib/Classes/CDVCommandQueue.m -o /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandQueue.o
/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Cordova/CordovaLib/Classes/CDVCommandQueue.m:197:22: error: too many arguments to function call, expected 0, have 3
objc_msgSend(obj, normalSelector, command);
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
CompileC /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVConfigParser.o Cordova/CordovaLib/Classes/CDVConfigParser.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode6.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
/Applications/Xcode6.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -miphoneos-version-min=5.0 -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-generated-files.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-own-target-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-target-headers.hmap -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-project-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova/include -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources/armv7 -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources -F/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova -DOS_OBJECT_USE_OBJC=0 -include /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Target\ Support\ Files/Cordova/Cordova-prefix.pch -MMD -MT dependencies -MF /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVConfigParser.d --serialize-diagnostics /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVConfigParser.dia -c /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Cordova/CordovaLib/Classes/CDVConfigParser.m -o /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVConfigParser.o
CompileC /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVInvokedUrlCommand.o Cordova/CordovaLib/Classes/CDVInvokedUrlCommand.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode6.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
/Applications/Xcode6.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -miphoneos-version-min=5.0 -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-generated-files.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-own-target-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-all-target-headers.hmap -iquote /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Cordova-project-headers.hmap -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova/include -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Private/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Headers/Public/Cordova -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources/armv7 -I/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/DerivedSources -F/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Products/Release-iphoneos/Cordova -DOS_OBJECT_USE_OBJC=0 -include /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Target\ Support\ Files/Cordova/Cordova-prefix.pch -MMD -MT dependencies -MF /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVInvokedUrlCommand.d --serialize-diagnostics /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVInvokedUrlCommand.dia -c /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/Pods/Cordova/CordovaLib/Classes/CDVInvokedUrlCommand.m -o /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVInvokedUrlCommand.o
** BUILD FAILED **
The following build commands failed:
CompileC /var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build6615573583221835807xxx/dist/build/Build/Intermediates/Pods.build/Release-iphoneos/Cordova.build/Objects-normal/armv7/CDVCommandQueue.o Cordova/CordovaLib/Classes/CDVCommandQueue.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
It seems that this was tested when we made our attempt to move to xcode 7 which we shortly thereafter reverted. So it seemed to work but it's currently failing because of the older version of xcode.
We will make the migration to the new xcode although it's hard to tell exactly when as we are rapidly approaching the code freeze. For now you can build with the iphone_new target as explained here. This should become redundant once the migration goes thru but it's hard to tell when that will happen.
I have the same problem reported here:
How to fix PCH error?
But as Product > Clean Build Folder... (with Option key pressed) does not work for me I try to delete the files manually, but in the log file I am not able to see any "SharedPrecompiledHeaders" (Adam's answer), only "PrecompiledHeaders", shall I delete this ones ?
log file :
ProcessPCH /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/PrecompiledHeaders/BlinkyBle-Prefix-hgtaudjsezkfjghkrtslxkdnrhrc/BlinkyBle-Prefix.pch.pch BlinkyBle/BlinkyBle-Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/nullpointer/Documents/bluetooth/NORDIC/iOS-master/BlinkyBle
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/nullpointer/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.1 -iquote /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/BlinkyBle-generated-files.hmap -I/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/BlinkyBle-own-target-headers.hmap -I/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/BlinkyBle-all-target-headers.hmap -iquote /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/BlinkyBle-project-headers.hmap -I/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/DerivedSources/x86_64 -I/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/BlinkyBle.build/Debug-iphonesimulator/BlinkyBle.build/DerivedSources -F/Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Products/Debug-iphonesimulator -MD -MT dependencies -MF /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/PrecompiledHeaders/BlinkyBle-Prefix-hgtaudjsezkfjghkrtslxkdnrhrc/BlinkyBle-Prefix.pch.d -c /Users/nullpointer/Documents/bluetooth/NORDIC/iOS-master/BlinkyBle/BlinkyBle/BlinkyBle-Prefix.pch -o /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/PrecompiledHeaders/BlinkyBle-Prefix-hgtaudjsezkfjghkrtslxkdnrhrc/BlinkyBle-Prefix.pch.pch --serialize-diagnostics /Users/nullpointer/Library/Developer/Xcode/DerivedData/BlinkyBle-cjtjgkbouuqudyhjloicfilbwptx/Build/Intermediates/PrecompiledHeaders/BlinkyBle-Prefix-hgtaudjsezkfjghkrtslxkdnrhrc/BlinkyBle-Prefix.pch.dia
I am using Xcode version 4.6.3.
For the last two days, everything has been working fine, but today I'm hitting this problem:
ProcessPCH /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/PrecompiledHeaders/oneText-Prefix-apnbnwripekzjoazxfvojavjevfd/oneText-Prefix.pch.pth oneText/oneText-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/hits1/Desktop/DataIOS/oneText
setenv LANG en_US.US-ASCII
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/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 -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wreturn-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wduplicate-method-match -Wformat -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.1 -iquote /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/oneText-generated-files.hmap -I/Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/oneText-own-target-headers.hmap -I/Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/oneText-all-target-headers.hmap -iquote /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/oneText-project-headers.hmap -I/Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Products/Debug-iphonesimulator/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/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/DerivedSources/i386 -I/Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/oneText.build/Debug-iphonesimulator/oneText.build/DerivedSources -F/Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Products/Debug-iphonesimulator --serialize-diagnostics /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/PrecompiledHeaders/oneText-Prefix-apnbnwripekzjoazxfvojavjevfd/oneText-Prefix.pch.dia -c /Users/hits1/Desktop/DataIOS/oneText/oneText/oneText-Prefix.pch -o /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/PrecompiledHeaders/oneText-Prefix-apnbnwripekzjoazxfvojavjevfd/oneText-Prefix.pch.pth -MMD -MT dependencies -MF /Users/hits1/Library/Developer/Xcode/DerivedData/oneText-ehzdbhdloyrhhlciicbdjtvrzzeq/Build/Intermediates/PrecompiledHeaders/oneText-Prefix-apnbnwripekzjoazxfvojavjevfd/oneText-Prefix.pch.d
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 11
I don't know about this problem. I've never seen this sort of problem before.
What should I do to fix it?
This link will be helpful. It works for me every time. Apple LLVM error occurs when you are running you program after every minute. Means you are running the program for testing a lot. Hope that link helps you.
while building my app it gives me APPLE LLVM 5.1 error
The description of error is given below,
ProcessPCH /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/PrecompiledHeaders/GoogleAPIParsing-Prefix-gwcwubtrxmgndfbvpagazcbdlfnr/GoogleAPIParsing-Prefix.pch.pch GoogleAPIParsing/GoogleAPIParsing-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ankit/Desktop/Projects/GoogleAPIParsing
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/ankit/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/GoogleAPIParsing-generated-files.hmap -I/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/GoogleAPIParsing-own-target-headers.hmap -I/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/GoogleAPIParsing-all-target-headers.hmap -iquote /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/GoogleAPIParsing-project-headers.hmap -I/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/DerivedSources/i386 -I/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/GoogleAPIParsing.build/Debug-iphonesimulator/GoogleAPIParsing.build/DerivedSources -F/Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Products/Debug-iphonesimulator -F/Users/ankit/Documents/FacebookSDK --serialize-diagnostics /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/PrecompiledHeaders/GoogleAPIParsing-Prefix-gwcwubtrxmgndfbvpagazcbdlfnr/GoogleAPIParsing-Prefix.pch.dia -MMD -MT dependencies -MF /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/PrecompiledHeaders/GoogleAPIParsing-Prefix-gwcwubtrxmgndfbvpagazcbdlfnr/GoogleAPIParsing-Prefix.pch.d -c /Users/ankit/Desktop/Projects/GoogleAPIParsing/GoogleAPIParsing/GoogleAPIParsing-Prefix.pch -o /Users/ankit/Library/Developer/Xcode/DerivedData/GoogleAPIParsing-blyffdbdszklenaxwqqnwiriiqjr/Build/Intermediates/PrecompiledHeaders/GoogleAPIParsing-Prefix-gwcwubtrxmgndfbvpagazcbdlfnr/GoogleAPIParsing-Prefix.pch.pch
GoogleAPIParsing/GoogleAPIParsing-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
Please help.
Thanks in advance
I found my mistake,
i accidentally deleted my .pch and .plist files and when i added it manually xcode showed me this error , so i had to manually add those files in my project.
Probably in your project there are ‘release’ or ‘retain’ and I guess you are using ARC (Automatic Reference Counting) in your Xcode projects, but you haven't change your flags.
I also recommend you to check this link; http://blog.evanmulawski.com/?p=36