stadiamaps / maplibre-swiftui-dsl-playground

DSL and SwiftUI integration for MapLibre
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

Maplibre-swift-macros SwiftPM unstable-version #24

Closed Archdoog closed 6 months ago

Archdoog commented 6 months ago

Once https://github.com/stadiamaps/maplibre-swift-macros has tagged releases, we need to bump it to from: "x.x.x" tag to allow using tagged releases of this library.

xcodebuild: error: Could not resolve package dependencies:
  Dependencies could not be resolved because 'something' depends on 'maplibre-swiftui-dsl-playground' 0.0.2..<1.0.0.
'maplibre-swiftui-dsl-playground' >= 0.0.2 cannot be used because package 'maplibre-swiftui-dsl-playground' is required using a stable-version but 'maplibre-swiftui-dsl-playground' depends on an unstable-version package 'maplibre-swift-macros' and no versions of 'maplibre-swiftui-dsl-playground' match the requirement 0.0.3..<1.0.0.
Archdoog commented 6 months ago

This is resolved per #26