You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, SwiftPM encounters an error stating that the dependencies cannot be resolved.
error: Dependencies could not be resolved because root depends on 'latexswiftui' 1.4.0..<2.0.0.
'latexswiftui' >= 1.4.0 cannot be used because no versions of 'latexswiftui' match the requirement 1.4.1..<2.0.0 and package 'latexswiftui' is required using a stable-version but 'latexswiftui' depends on an unstable-version package 'swiftdraw'.
The issue was resolved by downgrading the version of LatexSwiftUI to 1.3.0. Therefore, it appears to be a bug.
The text was updated successfully, but these errors were encountered:
The issue here is you're using an unstable-version of dependency .package(url: "https://github.com/colinc86/SwiftDraw", branch: "latexswiftui"). The branch may change in the future, it's not allowed to ship package with these dynamic codes.
I’m attempting to incorporate this package into my SwiftPM-based project.
However, SwiftPM encounters an error stating that the dependencies cannot be resolved.
The issue was resolved by downgrading the version of LatexSwiftUI to 1.3.0. Therefore, it appears to be a bug.
The text was updated successfully, but these errors were encountered: