Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Translate & Modernised GMUGeometryRendererTest test class of Geometry module. #518

Draft
wants to merge 1 commit into
base: feature/Geometry-Swift
Choose a base branch
from

Conversation

iHackSubhodip
Copy link
Collaborator

Description:

  1. Translate & Modernised GMUGeometryRendererTest test class of Geometry module.

Issue:

  • Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources' (GMSServicesException)
  • Root Cause: Currently, there is no .xcodeproj in the framework, and the GoogleMaps dependency is fetched from SPM, instead of xcodeproj's Copy Bundle Resources.
  • Attaching screenshot for more reference.
Screenshot 2024-12-07 at 9 57 16 AM

@iHackSubhodip iHackSubhodip requested a review from wangela December 7, 2024 04:29
@iHackSubhodip iHackSubhodip marked this pull request as draft December 7, 2024 04:30
@iHackSubhodip iHackSubhodip added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 7, 2024
clearCalled = true
addedOverlays.removeAll()
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[self review] Code will be refactored post the Google Maps iOS framework issue is resolved. More details in the PR description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant