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

Impossible to add GoogleMaps & GooglePlaces to project using Carthage #430

Open
Stypanovych opened this issue Jan 19, 2023 · 2 comments
Open
Assignees
Labels
status: blocked Resolving the issue is dependent on other work. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@Stypanovych
Copy link

Environment details

  1. GooglePlaces & GoogleMaps
  2. XCode version 14.2, Carthage version 0.38.0
  3. GooglePlaces v6.2.1 - 7.2.0 & GoogleMaps v6.2.1 - 7.2.0

Steps to reproduce

  1. Create new iOS project using XCode v14.2.
  2. Add Carthage to the project
  3. Add GooglePlaces and GoogleMaps v6.2.1 (will be the same result if use try to use 7.2.0 version)
  4. call 'carthage update'

Code example

example

binary "https://dl.google.com/geosdk/GoogleMaps.json" "6.2.1"
binary "https://dl.google.com/geosdk/GooglePlaces.json" "6.2.1"

Result

Carthage does not import those frameworks
Screenshot 2023-01-19 at 18 01 51

Thanks!

@Stypanovych Stypanovych 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 Jan 19, 2023
@wangela
Copy link
Member

wangela commented Jan 19, 2023

@Stypanovych 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.

@wangela
Copy link
Member

wangela commented Jan 19, 2023

Carthage should support 6.2.1 according to https://developers.google.com/maps/documentation/ios-sdk/config#use-carthage but as noted in the Carthage tab and Issue #418, Carthage does not support projects with targeting minimum iOS 13 so Maps SDK iOS v7.0.0+ are not supported by Carthage.

Similar to Issue #418, please follow the blocking issue Carthage/Carthage#3289 and consider engaging on the issue or Carthage/Carthage#3290 to encourage the Carthage maintainers to prioritize.

@wangela wangela added status: blocked Resolving the issue is dependent on other work. and removed triage me I really want to be triaged. labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: blocked Resolving the issue is dependent on other work. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants