Calvin Cestari
Calvin Cestari
Changed this PR to a draft while I work on the fix for https://github.com/apollographql/apollo-ios/issues/2418#issuecomment-1205438140.
> Aren't we also going to need to add this to the generated files? Yes that change is needed and what you've got there is the fix. > In that...
> How much value does other still have then? At the moment it'll be for Carthage and any other dependency manager that does not behave like SPM nor CocoaPods.
@AnthonyMDev I'm not completely sure what we spoke about is the correct fix. Let's [gather more details about his setup](https://github.com/apollographql/apollo-ios/issues/2418#issuecomment-1205532922) before we make unnecessary changes. The changes in this PR...
@AnthonyMDev please don't forget to include these changes in Beta 2. They're necessary for the most basic CocoaPods configuration to work but further changes are probably still necessary to completely...
@AnthonyMDev let's separate the fixes for this into apollo-ios files vs. generate code files. This one tackles the apollo-ios files.
Thanks @siliconprime-manhnguyen, I've got a couple questions: * does the app stay in the foreground all the time? * is it 30 minutes from init subscription or 30 minutes from...
@jimisaacs we'll likely follow the same [RFC-style proposal](https://github.com/apollographql/apollo-ios/blob/release/1.0/CodegenProposal.md) that we did for the codegen 1.0 release. So yes, we'll share it with the community for feedback.
Hi @yashFP, as a start I'd suggest updating to the latest version which is `0.52.0`. What else have you tried to resolve the issue?
These test samples exist already at https://github.com/apollographql/apollo-ios/tree/release/1.0/Tests/TestCodeGenConfigurations but we still need to implement the CI checks on them.