no visible @interface for 'FIRQuery' #4677
Replies: 1 comment
-
This must not be true. More importantly you should be receiving warnings when you attempt to install that version spread, With the version 10 of the packages we switched to locked / single number versioning for all the packages at the same time so if you are on v10.0.0 of any package you should be on v10.0.0 of all packages, but you are not, and yarn or npm will warn you of peer dependencies being wrong. That's your root cause either way. That version of relevant:
Current is now v10.2.0, you should update all packages to the same version and rebuild. it will work. You need to check the release notes of the various packages until v10 for breaking change notes, and the release notes for v10 to make sure you handle any breaking changes there. They should be small, although iOS does go to minimum iOS version 10. If you can't handle that then you need to downgrade firestore to something compatible, but you won't receive support for it here because we only handle current versions Hope this helps |
Beta Was this translation helpful? Give feedback.
-
I'm scratching my head over this since yesterday, the build works a few days ago and I haven't changed anything related to the iOS build configs or Podfile.
I already tried the solutions that can be found here: #3927 and #1566 but to no avail
The issue is related to the pull req on #4474 but I've already updated my dependencies:
Beta Was this translation helpful? Give feedback.
All reactions