liveview-native / liveview-native-swiftui-mapkit

MapKit addon library for LiveView Native
1 stars 1 forks source link

could not install via ExactVersion or range #210

Closed bcardarella closed 5 months ago

bcardarella commented 5 months ago

I tagged both the swiftui client and this lib as "0.3.0-alpha.3" and when the mapkit lib couldn't install claiming it couldn't resolve the correct version for the swiftui lib. This lib has a version constraint for swiftui of from: 0.2.0 which should allow everything up until 1.0.0

I tried adding the tag v0.3.0-alpha.3 to see if that would take but it didn't.

carson-katri commented 5 months ago

This seems to be working when using 0.3.0-alpha.3 of liveview-client-swiftui and liveview-native-swiftui-mapkit.

bcardarella commented 5 months ago

@carson-katri I suspect the problem is the cached git repo from the package manager on my machine. I'm going to try this to see if I can nuke the cache and confirm if it is working: https://github.com/brokenhandsio/swiftpm-cleanup

bcardarella commented 5 months ago

Closing as this appears to be an issue in SwiftPM and not on our end. We've temporarily resolved this by changing some installation range constraints https://github.com/apple/swift-package-manager/issues/7316