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
it is actually not used internally on all places in the ApolloCodeGen lib where it should be. This causes schema to be downloaded into incorrect folder.
Versions
apollo-ios SDK version: 1.0.2
Xcode version: 14.1 RC1
Swift version: 5.7.1
Steps to reproduce
Try to generate code with ApolloCodeGen
Generated schema ends up in incorrect folder without respecting passed rootURL property
Further details
I have created a pull request that should solve this issue. #2609
If there is anything else I am missing here please tell me and I will try to answer it.
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue @Anteo95 and for the PR contribution. I'll take a look at the test failures otherwise we should be good to get this included in the next 1.0.3 release.
Bug report
Currently, even though rootURL can be provided as parameter to function
it is actually not used internally on all places in the ApolloCodeGen lib where it should be. This causes schema to be downloaded into incorrect folder.
Versions
apollo-ios
SDK version: 1.0.2Steps to reproduce
Further details
I have created a pull request that should solve this issue.
#2609
If there is anything else I am missing here please tell me and I will try to answer it.
The text was updated successfully, but these errors were encountered: