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
I don't understand why after migrating to latest version I get these errors in my test mocks Cannot find type 'Apollo' in scope
It is clear I need to import Apollo, but I don't know how to do it. My config json looks like this:
You can see I put my schema files and test files into two separate modules that I have .podspec files for each. Any help is greatly appreciated, I am stuck :(
The text was updated successfully, but these errors were encountered:
Question
I don't understand why after migrating to latest version I get these errors in my test mocks
Cannot find type 'Apollo' in scope
It is clear I need to import
Apollo
, but I don't know how to do it. My config json looks like this:You can see I put my schema files and test files into two separate modules that I have
.podspec
files for each. Any help is greatly appreciated, I am stuck :(The text was updated successfully, but these errors were encountered: