【发布时间】:2020-06-13 10:25:30
【问题描述】:
我正在使用 Firebase 在 Flutter 上开发 iOS 应用,
我的pubsec.yaml 文件有
firebase_core: 0.4.3+3
firebase_auth: ^0.14.0+5
firebase_database: ^3.1.1
以下是我得到的错误,
*** First throw call stack:
(
0 CoreFoundation 0x00007fff23c7127e __exceptionPreprocess + 350
1 libobjc.A.dylib 0x00007fff513fbb20 objc_exception_throw + 48
2 CoreFoundation 0x00007fff23c710bc +[NSException raise:format:] + 188
3 Runner 0x0000000106000e9f +[FIRInstallations validateAppOptions:appName:] + 799
4 Runner 0x00000001060009eb -[FIRInstallations initWithAppOptions:appName:installationsIDController:prefe<…>
【问题讨论】:
标签: ios firebase flutter firebase-realtime-database