Replies: 2 comments 10 replies
-
Hi @MiguelG97, this project builds just fine for me without any errors. There is a chance you have not enabled macros for your project. In the build errors for your project you may see a number of errors like this: If you enable all of those it should work fine. Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
Description
Can someone guide me on how to set up my project to not have the following issues when implementing TCA?
Github repo:
External macro implementation type 'ComposableArchitectureMacros.ReducerMacro' could not be found for macro 'Reducer()
External macro implementation type 'ComposableArchitectureMacros.ObservableStateMacro' could not be found for macro 'ObservableState()'
External macro implementation type 'ComposableArchitectureMacros.ReducerMacro' could not be found for macro 'Reducer()'
Checklist
main
branch of this package.Expected behavior
xcode to not throw errors
Actual behavior
xcode is throwing errors
Reproducing project
Github repo:
All I did is installed the TCA package through SPM.
Once finished I added the library to my target project.
Then, when trying to implement the code a bunch of messages show up:
The Composable Architecture version information
1.15.0
Destination operating system
IOS 17.5
Xcode version information
No response
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions