qeude / SwiftDown

📦 A themable markdown editor component for your SwiftUI apps.
MIT License
447 stars 51 forks source link

All builds fail because of duplicated symbols #36

Open felix-schindler opened 7 months ago

felix-schindler commented 7 months ago

Describe the bug All builds fail because of duplicated symbols when also using MarkdownUI

To Reproduce

  1. Create a new project
  2. Add this library as dependency
  3. Add MarkdownUI as dependency
  4. All builds fail

Expected behavior The app builds without compilation errors

Screenshots

Bildschirmfoto 2024-02-21 um 09 36 50

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context none

xdgcc commented 1 month ago

I have the same problem. I wonder if I can solve it by replacing cmark with cmark-gfm.