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

google map location picker does not specify a Swift version #23

Closed
iAbdalllah opened this issue Nov 23, 2019 · 2 comments
Closed

google map location picker does not specify a Swift version #23

iAbdalllah opened this issue Nov 23, 2019 · 2 comments

Comments

@iAbdalllah
Copy link

hello

i got this error when i'm trying to run the app

  • google_map_location_picker does not specify a Swift version and none of the targets (Runner) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.
@humazed
Copy link
Owner

humazed commented Nov 25, 2019

does this happen with the sample project because I can't reproduce your problem.

@humazed
Copy link
Owner

humazed commented Nov 26, 2019

Update to google_map_location_picker: ^2.1.2

you also need to edit your Podfile

target 'Runner' do
  use_frameworks! # <--- add this
  ...
end

See this issue for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants