ProcessPCH /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/PrecompiledHeaders/A-Prefix-gipgvxwkidennfeaehhhbxohjgjb/A-Prefix.pch.pth A/A-Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler cd /Users/mattmccomb/Desktop/A setenv LANG en_US.US-ASCII /Applications/Development/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch x86_64 -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 -Wformat -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-sign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -fasm-blocks -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.7 -g -Wno-conversion -Wno-sign-conversion "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -iquote /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/A-generated-files.hmap -I/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/A-own-target-headers.hmap -I/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/A-all-target-headers.hmap -iquote /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/A-project-headers.hmap -I/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Products/Debug/include -I/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/DerivedSources/x86_64 -I/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/A.build/Debug/A.build/DerivedSources -F/Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Products/Debug --serialize-diagnostics /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/PrecompiledHeaders/A-Prefix-gipgvxwkidennfeaehhhbxohjgjb/A-Prefix.pch.dia -c /Users/mattmccomb/Desktop/A/A/A-Prefix.pch -o /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/PrecompiledHeaders/A-Prefix-gipgvxwkidennfeaehhhbxohjgjb/A-Prefix.pch.pth -MMD -MT dependencies -MF /Users/mattmccomb/Library/Developer/Xcode/DerivedData/A-epapwzzfqxialpdrjjdabmbqqrzd/Build/Intermediates/PrecompiledHeaders/A-Prefix-gipgvxwkidennfeaehhhbxohjgjb/A-Prefix.pch.d In file included from /Users/mattmccomb/Desktop/A/A/A-Prefix.pch:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:44: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h:11: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h:13: /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:525:174: error: expected function body after function declarator CFIndex CFStringGetHyphenationLocationBeforeIndex(CFStringRef string, CFIndex location, CFRange limitRange, CFOptionFlags options, CFLocaleRef locale, UTF32Char *character) CF_AVAILABLE(10_7, 4_2); ^ /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:54:34: note: expanded from macro 'CF_AVAILABLE' #define CF_AVAILABLE(_mac, _ios) AVAILABLE_MAC_OS_X_VERSION_##_mac##_AND_LATER ^ :85:1: note: expanded from macro 'AVAILABLE_MAC_OS_X_VERSION_' AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER ^ In file included from /Users/mattmccomb/Desktop/A/A/A-Prefix.pch:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:44: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h:11: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h:13: /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:528:69: error: expected function body after function declarator Boolean CFStringIsHyphenationAvailableForLocale(CFLocaleRef locale) CF_AVAILABLE(10_7, 4_3); ^ /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:54:34: note: expanded from macro 'CF_AVAILABLE' #define CF_AVAILABLE(_mac, _ios) AVAILABLE_MAC_OS_X_VERSION_##_mac##_AND_LATER ^ :85:1: note: expanded from macro 'AVAILABLE_MAC_OS_X_VERSION_' AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER ^ In file included from /Users/mattmccomb/Desktop/A/A/A-Prefix.pch:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:50: /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h:68:43: error: expected ';' after top level declarator CF_EXPORT const CFStringRef kCFErrorURLKey CF_AVAILABLE(10_7, 5_0); // Key to identify associated URL in userInfo. Typically one of this or kCFErrorFilePathKey is provided. ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h:69:48: error: expected ';' after top level declarator CF_EXPORT const CFStringRef kCFErrorFilePathKey CF_AVAILABLE(10_7, 5_0); // Key to identify associated file path in userInfo. Typically one of this or kCFErrorURLKey is provided. ^ ; In file included from /Users/mattmccomb/Desktop/A/A/A-Prefix.pch:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13: In file included from /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:11: /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:488:45: error: expected ';' after top level declarator const CFStringRef kCFURLKeysOfUnsetValuesKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:627:50: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceIdentifierKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:631:44: error: expected ';' after top level declarator const CFStringRef kCFURLVolumeIdentifierKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:635:48: error: expected ';' after top level declarator const CFStringRef kCFURLPreferredIOBlockSizeKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:639:38: error: expected ';' after top level declarator const CFStringRef kCFURLIsReadableKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:643:38: error: expected ';' after top level declarator const CFStringRef kCFURLIsWritableKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:647:40: error: expected ';' after top level declarator const CFStringRef kCFURLIsExecutableKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:651:40: error: expected ';' after top level declarator const CFStringRef kCFURLFileSecurityKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:655:44: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeKey CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:660:50: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeNamedPipe CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:662:57: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeCharacterSpecial CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:664:50: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeDirectory CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:666:53: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeBlockSpecial CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:668:48: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeRegular CF_AVAILABLE(10_7, 5_0); ^ ; /Applications/Development/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:670:53: error: expected ';' after top level declarator const CFStringRef kCFURLFileResourceTypeSymbolicLink CF_AVAILABLE(10_7, 5_0); ^ ; fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated.