google-maps-ios-utils icon indicating copy to clipboard operation
google-maps-ios-utils copied to clipboard

Non working with Swift Package Manager

Open RafaelRio opened this issue 11 months ago • 3 comments

Im working with Google Maps iOS SDK and I need to implement this library via Swift Package Manager. I'm using XCode 16.2 and my app is for iOS 16.

It fails when I try to implement this library

Image

I click on add anyway, but it doesnt work. I dont use cocoapods in this project, is completely made in SwiftUI

RafaelRio avatar Mar 19 '25 22:03 RafaelRio

It seems like the problem has finally been solved. When adding the url, it suggests installing version 1.0.0 < 2.0.0 So I just changed 1.0.0 to 6.0.0 and it installed successfully.

ValeriiVV avatar Mar 26 '25 12:03 ValeriiVV

I tried to do the same as @ValeriiVV but it did not succeed I got the same error

kimery9 avatar May 28 '25 18:05 kimery9

It seems like the problem has finally been solved. When adding the url, it suggests installing version 1.0.0 < 2.0.0 So I just changed 1.0.0 to 6.0.0 and it installed successfully.

This worked for me

tauqeer-cs avatar Jun 20 '25 03:06 tauqeer-cs