Replies: 3 comments
-
Hi @Pigpocket, can you share a little bit more information about your set up? Either your Package.swift or a reproduction of the problem in a small project? The error makes it sound like somehow you have two dependencies on the library. I don't believe this is an error with the library so I am going to convert this issue to a discussion. |
Beta Was this translation helpful? Give feedback.
-
It was not an error with the library. It was, alas, an error with me, as usual. Sadness becomes me. While I updated the version number in the By the way, I was trying to use |
Beta Was this translation helpful? Give feedback.
-
No worries, glad you figured it out. And yes, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
My project currently is currently depending on version
0.29.0
, but seems to not allow me to depend on the latest version,0.34.0
. I get the following error:Dependencies could not be resolved because root depends on 'swift-composable-architecture' 0.34.0 and root depends on 'swift-composable-architecture' 0.29.0.
This prevents the majority of my other dependencies from fetching as well.
To Reproduce
I've tried the standard methods of Updating to Latest Package Versions, Resolve Package Versions and Reset Swift Package caches, as well as deleting Derived Data, cleaning the project, closing and re-opening both Xcode and the project. This feels Xcode-y, but is only happening for me with this repo. To reproduce this issue, I change the version number string in my
Package.swift
file, like below. I have also tried it without thename:
parameter (that's how I originally had it).Expected behavior
I can set my TCA dependency to 0.34.0
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Beta Was this translation helpful? Give feedback.
All reactions