pointfreeco / composable-core-location

A library that bridges the Composable Architecture and Core Location.
MIT License
110 stars 56 forks source link

Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-composable-architecture' 1.2.0. 'swift-composable-architecture' 0.43.0..<1.0.0 is required because 'composable-core-location' 0.3.0 depends on 'swift-composable-architecture' 0.43.0..<1.0.0 and root depends on 'composable-core-location' 0.3.0. #39

Closed yosuke1985 closed 1 year ago

yosuke1985 commented 1 year ago

Describe the bug Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-composable-architecture' 1.2.0. 'swift-composable-architecture' 0.43.0..<1.0.0 is required because 'composable-core-location' 0.3.0 depends on 'swift-composable-architecture' 0.43.0..<1.0.0 and root depends on 'composable-core-location' 0.3.0.

To Reproduce install TCA version 1.2.0 and Composable core location 0.3.0

stephencelis commented 1 year ago

@yosuke1985 There's an open PR, https://github.com/pointfreeco/composable-core-location/pull/29, tracking support for TCA 1.x.

yosuke1985 commented 1 year ago

ok thank you!