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
Using configuration file at '.sourcery.yml'
Scanning sources...
Found 0 types in 0 files, 0 changed from last run.
Loading templates...
Loaded 1 templates.
Generating code...
Finished.
Processing time 0.11 seconds
When changing the .sourcery configuration to this:
Using configuration file at '.sourcery.yml'
Scanning sources...
Found 3 types in 2 files, 0 changed from last run.
Loading templates...
Loaded 1 templates.
Generating code...
Finished.
Processing time 0.11 seconds
and the generated code is shown.
I believe it has something to do with the version bump for the XcodeProj dependency, but not certain.
The text was updated successfully, but these errors were encountered:
After upgrading to Sourcery version 2.2.6 I can't seem to generate any files any more using Sourcery. I've created a repository where it can be reproduced here..
I've installed Sourcery via Homebrew and run the
sourcery
command from the root folder of the repository.The configuration used is this:
The output is:
When changing the
.sourcery
configuration to this:The output is this:
and the generated code is shown.
I believe it has something to do with the version bump for the XcodeProj dependency, but not certain.
The text was updated successfully, but these errors were encountered: