Strange problem in Flutter/Firebase #1114
harry-dickson
started this conversation in
General
Replies: 2 comments 4 replies
-
Whenever you see NoSuchMethodError, it's almost always related to executing with a different version than you compiled against. In this case it looks like the runtime Okio version is earlier than 1.16.0 and grpc-okhttp needs that or newer. https://github.com/square/okio/blob/master/CHANGELOG.md#version-1160 |
Beta Was this translation helpful? Give feedback.
4 replies
-
However you're pulling in a dependency on Okio, make sure it's at least 1.16.0. In regular Android projects this is in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does this trace mean anything to anyone here?
This is a a problem arising some distance downstream of this project. firebase/flutterfire#8501
Beta Was this translation helpful? Give feedback.
All reactions