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
Hi!
I've installed Cocoapod version 2.0.9.
It generates the GeneratedMocks file but It fails to compile with a message:
Global function 'when' requires that 'MockGraphQlClientProtocol.Stubbing' (aka 'MockGraphQlClientProtocol.__StubbingProxy_GraphQlClientProtocol') conform to 'BaseStubFunctionTrait'
Hi!
I've installed Cocoapod version 2.0.9.
It generates the GeneratedMocks file but It fails to compile with a message:
Global function 'when' requires that 'MockGraphQlClientProtocol.Stubbing' (aka 'MockGraphQlClientProtocol.__StubbingProxy_GraphQlClientProtocol') conform to 'BaseStubFunctionTrait'
on all instances of
when
similar to this:MockGraphQlClientProtocol
seems to be generated successfully in the GeneratedMocks file.Any feedback will be much appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: