Adding Crashlytics to an existing project I am working on (Objective-C) made me update some of the Google pods, up until that moment everything worked fine, after I've managed to integrate Crashlytics I've started receiving this error:
Undefined symbols for architecture arm64: "OBJC_CLASS$_UIPointerShape", referenced from: objc-class-ref in GoogleMaps "OBJC_CLASS$_UIPointerStyle", referenced from: objc-class-ref in GoogleMaps ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Here is my podfile:
And here's how it used to be before the changes:


