External macro implementation type 'CasePathsMacros.CasePathableMacro' could not be found for macro 'CasePathable()' #2652
Replies: 3 comments 7 replies
-
Hi @Drag0ndust, can you provide a project that demonstrates this behavior? I just created a fresh project with TCA and your code seems to work fine for me. Also what version of Xcode are you using? |
Beta Was this translation helpful? Give feedback.
-
I was having the same issue, fixed it using this sample from tuist https://github.com/tuist/tuist/tree/main/fixtures/framework_with_swift_macro |
Beta Was this translation helpful? Give feedback.
-
hi @mbrandonw |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've initiated a new project and aimed to incorporate TCA version 1.5.5.
However, when I created my initial feature, I encountered an error with the Action enum: "External macro implementation type 'CasePathsMacros.CasePathableMacro' could not be found for macro 'CasePathable()'."
here is the Feature Code:
What might be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions