Replies: 3 comments 5 replies
-
If anyone interested I found the solution that seems to work fine: @_implementationOnly import ComposableArchitecture |
Beta Was this translation helpful? Give feedback.
-
I would also be interested to know the way to compile TCA as an xcframework. The straightforward approach does not work for me for some reason - at least I am not getting .swiftinterface files included. Here is an example command I use to build the Simulator slice: (And the similarly for device) I also explicitly set the library type to .dynamic in Package.swift |
Beta Was this translation helpful? Give feedback.
-
Apparently, the problem is now fixed for OrderedCollections (see apple/swift-collections#157). The fix will become available with their next release. |
Beta Was this translation helpful? Give feedback.
-
Has anyone been successful in compiling TCA into a xcframework along with all its dependencies?
I've managed to compile everything except the dependency OrderedCollections which, after importing it, doesn't seem to work.
If anyone has had any success in integrating TCA into their projects using xcframeworks instead of SPM please share how you were able to achieve it. Been banging my head with this for quite a few hours already :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions