-
Notifications
You must be signed in to change notification settings - Fork 734
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
Running Apollo Codegen in my project folder try to generate from apollo-ios package .graphql files #2602
Comments
If I'm specifying directories where I want to search for operations:
I get another error:
|
Hi @Dimillian 👋🏻 - yes, this is a bug in the new Swift-based Codegen. We're got #2552 to track a fix for it and it will be included in the next release, As for the second error, I've only seen that when the schema file cannot be located. Does the log output show that it finds your schema file? |
Thanks! |
I'm going to close this issue and we can track the progress of the bug in #2552. |
@Dimillian, this is fixed with the merging of #2628 and will be included with |
@calvincestari Thanks, all good for this issue, which led me to another issue #2645 :) |
Hello,
Trying to upgrade our project from 0.5.X to 1.0.2, updated our Swift codegen package successfully (well at least to compile) and i'm running into new errors.
You can see here the error when running
ApolloCodegen.build(with: configuration, withRootURL: hangtagFolderURL)
I have a very basic configuration
How do I exclude Xcode SPM checkout / build folders? It was not trying to generate from these folders with the javascript CLI, is it a bug with the new Swift based codegen?
Thanks!
The text was updated successfully, but these errors were encountered: