Non working with Swift Package Manager
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
I click on add anyway, but it doesnt work. I dont use cocoapods in this project, is completely made in SwiftUI
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.
I tried to do the same as @ValeriiVV but it did not succeed I got the same error
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