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

4.2.2 does not allow updating to latest GoogleMaps (8.x) #456

Open
jotai-coder opened this issue Nov 27, 2023 · 6 comments · May be fixed by #444
Open

4.2.2 does not allow updating to latest GoogleMaps (8.x) #456

jotai-coder opened this issue Nov 27, 2023 · 6 comments · May be fixed by #444
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@jotai-coder
Copy link

Podfile dependency should be updated or relaxed to allow clients to move to the current major version of Google Maps SDK 8.x

@jotai-coder jotai-coder added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Nov 27, 2023
@wangela
Copy link
Member

wangela commented Nov 27, 2023

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.

@jotai-coder Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@jotai-coder
Copy link
Author

Note, this was possible until 4.2.2

@wangela wangela linked a pull request Nov 27, 2023 that will close this issue
@wangela wangela self-assigned this Dec 22, 2023
@wangela wangela added priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. and removed triage me I really want to be triaged. labels Dec 22, 2023
@stherold
Copy link

Now since SPM is out for Google Maps and Google Places you could easily update your Package.swift and depende on one of the newest Google Maps versions.

@jshier
Copy link

jshier commented Mar 1, 2024

This means users using the latest GoogleMaps are stuck on 4.1.0, which annoyingly overrides the EXCLUDED_ARCHS setting, meaning we have to manually clean up the setting every time we update. Please fix this, it's so simple!

@Blackjacx
Copy link

Here is the link to the Google Maps iOS SDK for Swift Package Manager:
https://github.com/googlemaps/ios-maps-sdk

@stuartmorgan
Copy link

@wangela This will become a blocking issue for shipping this SDK soon; as you noted in this comment the Google Maps SDK has privacy manifest instructions, but they state:

Important: These instructions for the Apple Privacy Manifest File apply only to the latest SDK version.

That means that only Google Maps 8.4.0 or later will be shippable once enforcement starts, which isn't compatible with the current ~> 7.3 requirement in this pod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants