[Technical Questions] How to update Spezi Package to the lastest version? #144
Answered
by
PSchmiedmayer
dusixian
asked this question in
Technical Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
PSchmiedmayer
Mar 3, 2025
Replies: 1 comment 6 replies
-
It might be that some other package dependencies are constraining the update; the Swift Package Manager tries to find an optimal dependency graph. You can see all your version constraints in the Project overview of your Xcode project. Based on our latest changes, I suspect that updating to Spezi Storage 2.0 (or higher, current version is 2.1) might resolve this issue. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
dusixian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be that some other package dependencies are constraining the update; the Swift Package Manager tries to find an optimal dependency graph. You can see all your version constraints in the Project overview of your Xcode project.
Based on our latest changes, I suspect that updating to Spezi Storage 2.0 (or higher, current version is 2.1) might resolve this issue.