Skip to content

Issue with tuist with v2.4.1 #370

Answered by gonzalezreal
ladislas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ladislas,

There is an open issue for the swift-cmark dependency in the Tuist project:
tuist/tuist#6879

The workaround is to add the swift-markdown-ui as a regular SPM dependency in the Project initializer:

let project = Project(
    name: "MyApp",
    organizationName: "MyOrg",
    packages: [
        // workaround for https://github.com/tuist/tuist/issues/6879
        .remote(url: "https://github.com/gonzalezreal/swift-markdown-ui", requirement: .upToNextMajor(from: "2.4.1")),
    ],
    // ...
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ladislas
Comment options

Answer selected by ladislas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants