Replies: 1 comment 15 replies
-
Very strange, I'm not able to reproduce this: Just to confirm, are you pulling in the latest release of TCA? 0.39.0? What happens if you try pulling in some older versions? Does it ever get more stable? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot seem to use TCA in Xcode 14 (I've tried beta 4 and 5), which is odd to me because the latest Point-Free videos seem to be using Xcode 14 just fine.
Once I import
ComposableArchitecture
into a file, pretty much everything I type seems to crash the editor and autocomplete showing theAn internal error occurred. Source editor functionality is limited. Attempting to restore..
message.I created a brand new SwiftUI iOS app in Xcode 14, add TCA as a dependency, make a new file, import TCA, and just typing
struct
crashes the editor. (This happens in my person apps, and the Case Studies project as well)Things I've tried: Clean build, delete derived data, reboot, make project in Xcode 13 and then open in 14, none of these seem to help.
It does all work perfect in my Xcode 13.
I'm on a M1 Pro 16" with macOS 12.4.
Anyone else experiencing this, or have any ideas how to fix?
Beta Was this translation helpful? Give feedback.
All reactions