gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.44k stars 298 forks source link

Module 'MarkdownUI' was not compiled with library evolution support #313

Open marjan89 opened 4 months ago

marjan89 commented 4 months ago

Describe the bug I have a multi-platform project with three targets. One is a macOS app, second one is an iOS app, and third one is a framework/library hosting code common to both platforms.

If MarkdownUI is used in the common target, the following warning is reported by Xcode:

Module 'MarkdownUI' was not compiled with library evolution support; using it means binary compatibility for '[target]' can't be guaranteed

Checklist

Expected behavior No warnings are produced by Xcode on build

Screenshots

Screenshot 2024-05-04 at 4 04 29 PM

Version information