ios-maps-sdk icon indicating copy to clipboard operation
ios-maps-sdk copied to clipboard

GoogleMaps SPM integration: GMSAddress.h yields "Module 'GoogleMapsBase' not found" error

Open ogarkov-dev opened this issue 1 year ago • 10 comments

Environment details

  • Integrating into iOS 14+ framework through Xcode Project (not Package.swift)
  • Using Xcode 15.1
  • GoogleMaps version 8.3.1 Screenshot 2023-12-27 at 18 33 47

Steps to reproduce

  1. Add GoogleMaps SPM dependency
  2. Link it to the framework Target
  3. Build
  4. Error Module 'GoogleMapsBase' not found occurs in GMSAddress.h

Screenshot

Screenshot 2023-12-27 at 18 35 15

ogarkov-dev avatar Dec 27 '23 17:12 ogarkov-dev