You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodegenKit does not output new source code files.
Instead, it edits the user’s provided source code directly.
The input source code should include the @codegen directive.
CodegenKit rewrites these parts directly and uses them as the output.
Therefore, users do not need to change their build configuration when introducing code generation.
I have followed the guide and it builds successfully but cannot find the output Swift file?
The text was updated successfully, but these errors were encountered: