Works great in release mode, but not debugged. The settings seem the same, but if they are not me, I do not see what is different. Obviously GTL_BUILT_AS_FRAMEWORK is not defined in debug mode. Everything is included by reference in the project.
in GTLCalendarEventAttendee.h
#if GTL_BUILT_AS_FRAMEWORK #import "GTL/GTLObject.h" #else #import "GTLObject.h" #endif
source share