Alex Littlejohn
Alex Littlejohn
Any chance you could take a look at the merge conflicts?
I'll take a look at this shortly.
This is a huge change that introduces a great many dependancies along with other changes. This renders it unusable for most people as the cost of integrating it would then...
Could take a look at the merge conflicts?
Also is there a difference between this PR and this one #239 ?
I have an example app that you might be able to use: https://github.com/AlexLittlejohn/Weight. It's a weight tracker I made to teach myself the framework. I'm not sure if it follows...
As requested, here is a screenshot of the output with a breakpoint on that line. Let me know what other info you may need
Sure, a few details, - Xcode 14.2 - Swift 5.7 - iOS only - Apollo linked via SPM - Compiling for debug (will run a test on prod) Linked SPM...
@AnthonyMDev , @calvincestari i'm creating a reproduction case for you. Just trying to trim as much fat as possible
@AnthonyMDev , we figured out and resolved the issue. It was a linker issue rather than a code gen issue. Essentially,`Apollo` and `ApolloAPI` was only linked to our generated code...