Possibility to build with library evolution enabled #1442
flockoffiles
started this conversation in
Beta
Replies: 1 comment 8 replies
-
And just to confirm, is building with library evolution a requirement in order to build an xcframework? My impression is that it is not, but that if you do you may get a warning about binary compatibility not being guaranteed. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some situations it can be useful to compile Composable Architecture into a binary .xcframework and import it like that.
The current version of Composable Architecture can be built with -library-evolution option enabled, but the upcoming "protocol" branch no longer builds.
For previous discussions related to xcframeworks, please see: #890
Also see this comment discussion: #1283 (comment)
Beta Was this translation helpful? Give feedback.
All reactions