googlemaps / googlemaps/google-maps-ios-utils
Maps SDK: Support new major version 11.0.0
- Dominant language
- Objective-C
- Stars
- 778
- Forks
- 441
- PR merge metrics
- No merged PRs in 30d
Description
#### Environment details
1. Maps SDK
2. Any OS Version
3. google-maps-ios-utils version 7.1.0 (or any previous version)
#### Steps to reproduce
1. Update to Maps SDK 11.0.0
2. Resolve Packages
3. See error:
```
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'google-maps-ios-utils' 7.1.0.
'google-maps-ios-utils' 7.1.0 cannot be used because 'google-maps-ios-utils' 7.1.0 depends on 'ios-maps-sdk' 10.0.0..<11.0.0 and root depends on 'ios-maps-sdk' 11.0.0.
```
Currently google-maps-ios-utils pins the major version 10.x.x for ios-maps-sdk. Changing the pinning to `10.0.0..<12.0.0` in the Package.swift locally, the library appears to build and function just fine with the new 11.0.0 version of ios-maps-sdk.
Contributor guide
Research direction
Start in Package.swift by reviewing the ios-maps-sdk dependency constraint and compare it with the Maps SDK 11.0.0 resolution error. Update the supported range, resolve packages, and verify that the library builds and functions with version 11.0.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100