Summary
Crash after calling apollo.fetch(query:) - failed to demangle superclass of JSONRequest from mangled name: subject type x does not conform to protocol GraphQLOperation
See steps to reproduce.
Note: this crash is flaky. I didn't change anything in my query or generated Apollo swift files, and after a while the crash started to happen.
Version
1.17.0
Steps to reproduce
apollo-ios-cli version: 1.17.0
- Call
apollo.fetch(query:) with a valid query.
- Run the app from Xcode and trigger the apollo fetch.
- In the Xcode console I see the following error + a crash with
Thread 1: signal SIGABRT with no extra explanation:
failed to demangle superclass of JSONRequest from mangled name '�\355b
': subject type x does not conform to protocol GraphQLOperation
Logs
failed to demangle superclass of JSONRequest from mangled name '�\355b
': subject type x does not conform to protocol GraphQLOperation
failed to demangle superclass of JSONRequest from mangled name '��b
': subject type x does not conform to protocol GraphQLOperation
Anything else?
No response
Summary
Crash after calling
apollo.fetch(query:)- failed to demangle superclass of JSONRequest from mangled name: subject type x does not conform to protocol GraphQLOperationSee steps to reproduce.
Note: this crash is flaky. I didn't change anything in my query or generated Apollo swift files, and after a while the crash started to happen.
Version
1.17.0
Steps to reproduce
apollo-ios-cliversion:1.17.0apollo.fetch(query:)with a valid query.Thread 1: signal SIGABRTwith no extra explanation:Logs
Anything else?
No response