I remember reading somewhere, but I canβt remember exactly where I need to write the import statement so that the entire application has access to it. I have an AppHelper class that I want the entire application to see without importing it into each class file.
So, I tried adding it to my .pch file, but I get the following error messages:
"_ KGTMHTTPFetcherStatusDomain", referenced from: _kGTMHTTPFetcherStatusDomain $ non_lazy_ptr in GTMHTTPFetcher.o (perhaps you mean: _kGTMHTTPFetcherStatusDomain $ non_lazy_ptr) "_kGTMHTTPFetcherRetryDelayStartedNotification", referenced from: _kGTMHTTPFetcherRetryDelayStartedNotification $ non_lazy_ptr in GTMHTTPFetcher.o (perhaps you mean : _kGTMHTTPFetcherRetryDelayStartedNotification $ non_lazy_ptr)
This is my .pcb file:
// // Prefix header for all source files of the 'SplitView' target in the 'SplitView' project //
source share