How do I get swift binary for Google Places without CocoaPods?
How do I get swift binary for Google Places without CocoaPods?
I'm using Carthage and would like to manually install GooglePlaces. I cannot seem to find a Swift build anywhere or a way to build the swift binary for 4.2. The manual binary framework on Google's docs is for Obj-c.
Thanks I found some details in a fork from there that helped.
– codeisforeva
Sep 12 '18 at 22:25
1 Answer
1
https://issuetracker.google.com/issues/35827791
Google denying support for now.
Repo with directions for updating to latest. Places needs Maps it looks like.
https://github.com/kgnadinger/GooglePlaces-Carthage
https://github.com/joselinoneto/GoogleMaps-Carthage
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
github.com/leoneparise/GooglePlaces-Carthage ? You can see how the author did it or use it directly.
– Larme
Sep 12 '18 at 21:32