With the Google cocoapod now deprecated I have switched to using the GoogleAnalytics pod and amended my bridging header to import the following:
#import "GAI.h"
#import "GAIDictionaryBuilder.h"
#import "GAIEcommerceFields.h"
#import "GAIEcommerceProduct.h"
#import "GAIEcommerceProductAction.h"
#import "GAIEcommercePromotion.h"
#import "GAIFields.h"
#import "GAILogger.h"
#import "GAITrackedViewController.h"
#import "GAITracker.h"
Now my build keeps failing at:
GGLContext.sharedInstance().configureWithError(&configureError)
Can't find anything in the Google docs and Google searches have also proved fruitless.
A point in the right direction would be greatly appreciated, or even pointing out something painfully obvious that I'm missing.