CedarAsync icon indicating copy to clipboard operation
CedarAsync copied to clipboard

building spec failure

Open belkevich opened this issue 11 years ago • 2 comments

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?

belkevich avatar Jul 04 '13 10:07 belkevich

You can fix it by setting
C++ Language dialect to GNU++11
This worked for me.

PaulTaykalo avatar Jul 31 '13 08:07 PaulTaykalo

Found this setting in my target under Build Settings then search for dialect.

SpaceTrucker2196 avatar Jan 27 '16 20:01 SpaceTrucker2196