TCA package does not build on Xcode 13 #828
Replies: 4 comments 3 replies
-
This doesn't happen on my M1 MacBook, so perhaps it's just Xcode 13 tripping a bit... |
Beta Was this translation helpful? Give feedback.
-
Have you tried updating your SPM packages? A few seem to be a little out of date. For example, combine-schedulers is at 0.5.3. |
Beta Was this translation helpful? Give feedback.
-
I have the exact same situation. I was finally able to get the app to build by deleting derived data then reset swift package cache. However I now cannot archive the application. Of course this does not even begin the count the number of bugs I have had on iOS 15. I am constantly gettin crashes from the composable framework with no logs and failures in reducers. |
Beta Was this translation helpful? Give feedback.
-
While I can't offer a clear solution, I ran into the same build issue a few days ago. Apart from clearing derived data I also force updated all dependencies to latest (TCA imports |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try building the
ComposableArchitecture
forAny iOS Device
on new Xcode 13 I get a lot of errors. Is this me or is there some WIP for new Xcode compatibility? This is on latestmain
(fa4fa7667bc97bb31bfa0ced10327ccb3c4cfcc2
). This is on my Intel based machine.Beta Was this translation helpful? Give feedback.
All reactions