XCode 7 compatibility issues

183 views
Skip to first unread message

Danny Pier

unread,
Oct 1, 2015, 4:50:23 PM10/1/15
to cedar-...@googlegroups.com
Hi all,

I'm really banging my head against the wall on this one. I've upgraded to XCode 7 and pointed my Cedar pod to the github repo, so I should be on the latest master. However, when I build I continuously run into 2 separate (but maybe related) issues:

1. I'm getting an error in Cedar.h that Cedar must be imported from a .mm file, which it is. I've also verified the the file importing it is of type ObjectiveC++
2. sstream file not found. From what I gather, this appears to be related to a reference to the c standard library.

I've fiddled with all manner of compile flags, but really I have not idea what the right levers to pull may be.

Any help would be greatly appreciated.

Thanks!
-dp

Brian Croom

unread,
Oct 1, 2015, 11:43:32 PM10/1/15
to cedar-...@googlegroups.com
Hey Danny,

I'm sorry to hear you are having trouble!

Those two issues do seem related to me. The only explanation I've thought of so far is that, for some reason, Xcode is compiling your file as straight Objective-C after all. To try to help diagnose further, I'd be curious to find out a couple things:
  1. Does the compiler complain if you add other C++ statements to your file? e.g. using namespace std; or similar.
  2. What does the raw build log look like? I'm interested in the precise command that Xcode is executing when processing the problematic file.
--Brian

--
You received this message because you are subscribed to the Google Groups "Cedar Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cedar-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Brian Croom
Agile Engineer
Pivotal Labs, Toronto

Sam Coward

unread,
Oct 5, 2015, 5:04:31 PM10/5/15
to cedar-...@googlegroups.com
Hi Danny,

Are you importing Cedar in a pre-compiled header file? This is usually what is triggering these problems for folks upgrading their tools. If you pop open the chevron next to the error, you can usually see where the importing file is. (See attached image)

The sstream are for C++ string streams, you see this error as a flow-on from the first failure (Cedar.h imports Equal.h which in turn imports Base.h which imports sstream) because ultimately they are imported (somewhere) by a non ObjC++ file.

Inline image 1

--
Sam

On Thu, Oct 1, 2015 at 4:24 PM, Danny Pier <bigonth...@gmail.com> wrote:

--
Message has been deleted
Message has been deleted

bigonth...@gmail.com

unread,
Oct 7, 2015, 1:23:32 PM10/7/15
to Cedar Discussion
Sorry for the delay here, just saw this.

Initially I was having an issue caused by importing Cedar.h in a .pch file, but I've since renamed everything to .mm files and imported Cedar.h directly in those files.

Here is my exact error message. Note that in the inspector, it does say that the file is of type Objective C++, so I'm quite confused. It seems to be some issue with A. Identifying the file as C++ and B. linking to the correct standard libraries, I think?

Thanks for any help!

-Danny
Screen Shot 2015-10-07 at 10.04.54 AM.png

bigonth...@gmail.com

unread,
Oct 7, 2015, 4:07:22 PM10/7/15
to Cedar Discussion, bigonth...@gmail.com
Additionally, here is the raw log. Can't really make heads or tails of what may or may not be going on, though I do find the "objective-c" in ComplieC a bit alarming. Thanks again for any words of wisdom.

CompileC /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.o Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/frublin/gospotcheck/gospotcheck-ios
    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/local/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 -gmodules -fmodules-cache-path=/Users/frublin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/frublin/Library/Developer/Xcode/DerivedData/ModuleCache/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-arc-repeated-use-of-weak -Wduplicate-method-match -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 -Wno-bool-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 -DPRODUCT_GOSPOTCHECKSPECS=1 -DDEBUG=1 -DCOCOAPODS=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-generated-files.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-own-target-headers.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-all-target-headers.hmap -iquote /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-project-headers.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator/include -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator/../../Headers -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/AFNetworking -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Appirater -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/CocoaLumberjack -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/DejalActivityView -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/FLEX -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google/Google -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleAnalytics -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps/GoogleMaps -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleNetworkingUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleSymbolUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/KeenClient -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/OCMock -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SAMCategories -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SDWebImage -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIActionSheet+Blocks -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIAlertView+Blocks -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/GoogleAnalytics-iOS-SDK -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/usr/include/libz -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Expecta -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Cedar -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Cedar/Cedar-iOS -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/DerivedSources/i386 -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/DerivedSources -F/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator -F/Users/frublin/gospotcheck/gospotcheck-ios/Externals -F/Users/frublin/gospotcheck/gospotcheck-ios -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -DDEVELOPER_BIN_DIR=@\"/Applications/Xcode.app/Contents/Developer/usr/bin\" -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/AFNetworking -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Appirater -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/CocoaLumberjack -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/DejalActivityView -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/FLEX -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google/Google -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleAnalytics -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps/GoogleMaps -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleNetworkingUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleSymbolUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/KeenClient -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/OCMock -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SAMCategories -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SDWebImage -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIActionSheet+Blocks -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIAlertView+Blocks -DDEVELOPER_BIN_DIR=@\"/Applications/Xcode.app/Contents/Developer/usr/bin\" -include /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/PrecompiledHeaders/GoSpotCheckSpecs-Prefix-cxhxnfukvycmldbrtkegqdandqxg/GoSpotCheckSpecs-Prefix.pch -MMD -MT dependencies -MF /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.d --serialize-diagnostics /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.dia -c /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm -o /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.o
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:2:2: error: Cedar may only be imported from Objective-C++ (.mm) files.
#error Cedar may only be imported from Objective-C++ (.mm) files.
 ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:30:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Equal.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Base.h:2:9: fatal error: 'sstream' file not found
#import <sstream>
        ^
2 errors generated.

Brian Croom

unread,
Oct 7, 2015, 4:29:36 PM10/7/15
to cedar-...@googlegroups.com, bigonth...@gmail.com
Indeed, that indicates that it is compiling the file as straight Objective-C, for some reason. For comparison, here's what the first line of the build command looks like for a file being processed correctly:

CompileC /Users/devfloater106-xl/Library/Developer/Xcode/DerivedData/Blindside-fgmihxqnfxnvaccwsldsuskrouwf/Build/Intermediates/Cedar.build/Debug/Cedar.build/Objects-normal/x86_64/CDRSpy.o Source/Doubles/CDRSpy.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler

I guess I'd suggest trying to remove the file reference from the project and re-add it, and see if that convinces it to do the right thing. I don't know any more details about how Xcode decides which compiler mode to use.

Andrew Kitchen

unread,
Oct 7, 2015, 5:00:20 PM10/7/15
to cedar-...@googlegroups.com, cedar-...@googlegroups.com, bigonth...@gmail.com
I have to wonder if c++ isn't actually being used in the compiler, since you're not using the cedar matchers or any other c++ in your code.

Could you try adding this line to your spec and see if it makes a difference?:

using namespace Cedar::Matchers;

bigonth...@gmail.com

unread,
Oct 7, 2015, 5:36:57 PM10/7/15
to Cedar Discussion, bigonth...@gmail.com
Managed to kick the can a little further. Turns out just renaming files to .mm didn't kick the compiler/xcode into the gear that this was a Objective-C++ file. I forced the Objective-C++ file type by doing a find and replace in the project as follow:

- AEA78FFB17A1BE430032D6B5 /* AppMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppMenuViewController.m; sourceTree = "<group>"; };
+ AEA78FFB17A1BE430032D6B5 /* AppMenuViewController.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = AppMenuViewController.m; sourceTree = "<group>"; };

This is the equivalent of explicitly setting the file type from Default to explicitly Objective-C++ in the XCode File inspector. This seemed to get it compiling with objective-c++

I suppose that's progress, but now I'm hitting more (what seem to be) C++ compilation errors.

Thanks for the help thus far. Hoping there's just some compile flag I'm missing that jumps out to someone. Raw log below, sorry for the length.

CompileC /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.o Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/frublin/gospotcheck/gospotcheck-ios
    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/local/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=c++11 -stdlib=libc++ -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/frublin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/frublin/Library/Developer/Xcode/DerivedData/ModuleCache/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-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -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 -Wno-bool-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DPRODUCT_GOSPOTCHECKSPECS=1 -DDEBUG=1 -DCOCOAPODS=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=7.0 -g -fvisibility-inlines-hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-generated-files.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-own-target-headers.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-all-target-headers.hmap -iquote /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/GoSpotCheckSpecs-project-headers.hmap -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator/include -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator/../../Headers -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/AFNetworking -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Appirater -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/CocoaLumberjack -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/DejalActivityView -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/FLEX -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google/Google -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleAnalytics -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps/GoogleMaps -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleNetworkingUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleSymbolUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleUtilities -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/KeenClient -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/OCMock -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SAMCategories -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SDWebImage -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIActionSheet+Blocks -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIAlertView+Blocks -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/GoogleAnalytics-iOS-SDK -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/usr/include/libz -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Expecta -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Cedar -I/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Cedar/Cedar-iOS -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/DerivedSources/i386 -I/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/DerivedSources -F/Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Products/Debug-iphonesimulator -F/Users/frublin/gospotcheck/gospotcheck-ios/Externals -F/Users/frublin/gospotcheck/gospotcheck-ios -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -DDEVELOPER_BIN_DIR=@\"/Applications/Xcode.app/Contents/Developer/usr/bin\" -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/AFNetworking -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Appirater -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/CocoaLumberjack -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/DejalActivityView -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/FLEX -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Google/Google -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleAnalytics -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleMaps/GoogleMaps -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleNetworkingUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleSymbolUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/GoogleUtilities -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/KeenClient -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/OCMock -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SAMCategories -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/SDWebImage -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIActionSheet+Blocks -isystem /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/UIAlertView+Blocks -DDEVELOPER_BIN_DIR=@\"/Applications/Xcode.app/Contents/Developer/usr/bin\" -include /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/PrecompiledHeaders/GoSpotCheckSpecs-Prefix-amcrptegtgudvqdialcqrksbxyds/GoSpotCheckSpecs-Prefix.pch -MMD -MT dependencies -MF /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.d --serialize-diagnostics /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.dia -c /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm -o /Users/frublin/Library/Developer/Xcode/DerivedData/GoSpotCheck-edchlwtndgcmvhcnqtrqoofgxwhd/Build/Intermediates/GoSpotCheck.build/Debug-iphonesimulator/GoSpotCheckSpecs.build/Objects-normal/i386/ForgotPasswordAPIRequestSpec.o

In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:604:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:879:36: error: expected parameter declarator
    _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const
                                   ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:43: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:604:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:879:36: error: expected ')'
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:43: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:604:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:879:36: note: to match this '('
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:42: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                         ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:604:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:879:36: error: C++ requires a type specifier for all declarations
    _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const
                                   ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:29: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                            ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:604:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:880:37: error: use of undeclared identifier '__b'
        {return __test_for_eof() == __b.__test_for_eof();}

                                    ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1188:1: error: 'inline' can only appear on functions
inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:23: error: expected ')'
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
                      ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:41: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                        ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:63: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:1: note: to match this '('
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:40: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                       ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:63: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:1: error: expected expression
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:68: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                   ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:23: error: expected ')'
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
                      ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:41: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                        ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:74: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                         ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:1: note: to match this '('
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:40: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                       ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:74: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                         ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:1: error: expected expression
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:79: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1190:108: error: expected ';' at end of declaration
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred)
                                                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1191:1: error: expected unqualified-id
{
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1199:1: error: 'inline' can only appear on functions
inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1198:1: error: too few template parameters in template redeclaration
template <class _InputIterator1, class _InputIterator2>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1187:1: note: previous template declaration is here
template <class _InputIterator1, class _InputIterator2, class _BinaryPredicate>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:23: error: expected ')'
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
                      ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:41: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                        ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:63: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:1: note: to match this '('
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:40: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                       ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:63: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:1: error: expected expression
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:68: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                   ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:23: error: expected ')'
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
                      ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:41: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                        ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:74: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                         ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:1: note: to match this '('
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:40: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                                       ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:74: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                         ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:1: error: expected expression
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:11:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers.h:2:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/EXPMatchers+equal.h:5:27: note: expanded from macro 'equal'
#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
                          ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:2:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/Expecta.h:9:
/Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Expecta/ExpectaObject.h:3:79: note: expanded from macro 'EXPObjectify'
#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))

                                                                              ^
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Specs/Unit/User/ForgotPasswordAPIRequestSpec.mm:3:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/Cedar.h:12:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/CDRSpec.h:37:
In file included from /Users/frublin/gospotcheck/gospotcheck-ios/Pods/Headers/Public/Cedar/ActualValue.h:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1201:83: error: expected ';' at end of declaration
equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
                                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1202:1: error: expected unqualified-id
{
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

bigonth...@gmail.com

unread,
Oct 8, 2015, 2:29:33 PM10/8/15
to Cedar Discussion, bigonth...@gmail.com
Well folks. Figured things out. While I certainly had Cedar issues at the onset, particularly with the Objective-C vs. Objective-C++ compiling, the latest inhibitor was caused by Expecta stomping on my c++ std libraries. This wasn't an issue for us previously and cropped up when was started compiling our specs against C++

For other that encounter the issue, the solution was to ensure that <Cedar/Cedar.h> was imported BEFORE Expecta and not after.

Thanks all for the help.
Reply all
Reply to author
Forward
0 new messages