错误信息 TypeError: lru is not a constructor 指出lru 被错误地当作构造函数来使用。在 JavaScript 中,如果尝试用 new 关键字去实例化一个非构造函数(比如普通对象、函数没有正确导出为构造函数等),就会抛出这样的错误。 2. 查找代码中引发此错误的 lru 相关部分 ...
When I ran the app, there was an error and the app did not load: I know there is a GoogleService-Info.plist in resources folder but for some reason it is not working. I think this error is really related to Google login service and we should disable this feature for testing ...