Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
marjan89 opened this issue May 4, 2024 · 0 comments
Open
3 tasks done

Comments

@marjan89
Copy link

marjan89 commented May 4, 2024

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.
  • This bug hasn't been addressed in an existing GitHub issue.

Expected behavior
No warnings are produced by Xcode on build

Screenshots
Screenshot 2024-05-04 at 4 04 29 PM

Version information

  • MarkdownUI: 2.3.0,
  • OS: [e.g. iOS 17.4.1, macOS 14.4]
  • Xcode: [e.g. 15.3.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant