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

GoogleMaps SPM integration: Error: module 'GoogleMaps' not found

Open FrankWuoO opened this issue 1 year ago • 10 comments

Environment details

  1. GitHub Action

  2. Xcode 14.2

  3. iOS-maps-sdk 8.4.0 via SPM 截圖 2024-02-07 上午9 36 50

  4. fastlane gym 2.219.0

  5. build simulator iPhoneOS16.2.sdk

Steps to reproduce

  1. Execute Fastlane on GitHub Action
    build_app(
      scheme: "APP_Scheme",
      configuration: "APP_Configuration",
      clean: true,
      skip_archive: true,
      skip_package_ipa: true
    )
  1. It will show ** BUILD FAILED **

Screenshot

截圖 2024-02-07 上午9 42 04

FrankWuoO avatar Feb 07 '24 01:02 FrankWuoO