CedarAsync
CedarAsync copied to clipboard
building spec failure
I've installed 'cedar async' via cocoaPods, and know I've got error on all 'in_time' lines: Use of undeclared identifier 'typeof'
Did I forgot include something? Or it's a bug in podspec?
You can fix it by setting
C++ Language dialect to GNU++11
This worked for me.
Found this setting in my target under Build Settings then search for dialect.