GTLObject.h not found GTLCalendar and GoogleOpernSource infrastructure

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 
+5
source share

Source: https://habr.com/ru/post/1204481/


All Articles