Replies: 2 comments 3 replies
-
Also, I have tried cleaning build folder and deleting derived folder. |
Beta Was this translation helpful? Give feedback.
-
Hi @mbrandonw - I encountered the same issue using XCode 14.2 (with Swift 5.7.2) on macOS Monterey 12.7.1. Adding TCA as a package (via the main URL) added Branch:main and resulted in TCA v.1.7.3 I was following https://pointfreeco.github.io/swift-composable-architecture/main/tutorials/composablearchitecture/01-01-yourfirstfeature The 'unknown attribute' error goes away when I change
to
I also got an 'unknown attribute' error using @ObservableState. Can I still use @Reducer, @ObservableState, etc., as per the above tutorial with XCode 14.2 and Swift 5.7.2? I want to use your new work on observation, if possible. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue with the TCA framework where the @Reducer macro is being flagged as an "Unknown Attribute" in my code. I'm currently using TCA version 1.4.2 on Ventura 13.2.1 and the module is successfully recognized. I'd like to discuss this problem and seek assistance in resolving it. Any insights or solutions would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions