Home > database >  Why do my builds fail after installing a pod?
Why do my builds fail after installing a pod?

Time:11-13

I installed a pod (which went fine) but when I try building my .xcworkspace it would fail, regardless of whether I imported the pod in the code or not.

This is the error I get:

error build: Building for iOS Simulator, but linking in object file built for iOS, file '.../Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/GoogleMapsBase' for architecture arm64

I've found what seems like the exact problem enter image description here

  • Related