Replies: 1 comment
-
Can you provide a sample project? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added MetaCodable to an iOS only project via SwiftPM. I set the version to 1.3 to avoid a swift-syntax dependency conflict with PowerAssert.
The compiler fails for the simple example
with the error message
External macro implementation type 'MacroPlugin.Codable' could not be found for macro 'Codable()'; '.../Products/Debug/MacroPlugin' produced malformed response
.Is this a known issue?
Beta Was this translation helpful? Give feedback.
All reactions