Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the output? #11

Open
pnewell opened this issue Jul 1, 2024 · 1 comment
Open

Where is the output? #11

pnewell opened this issue Jul 1, 2024 · 1 comment

Comments

@pnewell
Copy link

pnewell commented Jul 1, 2024

I have followed the guide and it builds successfully but cannot find the output Swift file?

@omochi
Copy link
Owner

omochi commented Jul 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants