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
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
I can reproduce this issue with a vanilla SwiftUI project.
I can reproduce this issue using the main branch of this package.
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
main
branch of this package.Expected behavior
No warnings are produced by Xcode on build
Screenshots
Version information
The text was updated successfully, but these errors were encountered: