我使用 codemagic 在模拟器上测试我的应用程序。
该应用程序需要半个多小时才能构建,当我尝试这样做时,flutter run
我得到了
Configuring the default Firebase app...
*** First throw call stack:
(
0 CoreFoundation 0x000000010b9adcce __exceptionPreprocess + 350
1 libobjc.A.dylib 0x000000010b8199b2 objc_exception_throw + 48
2 CoreFoundation 0x000000010b9adb0c +[NSException raise:format:] + 188
3 Runner 0x0000000101dac652 +[FIRApp configure] + 130
4 Runner 0x00000001023c64b9 -[FLTCloudFirestorePlugin init] + 217
5 Runner 0x00000001023c62c6 +[FLTCloudFirestorePlugin registerWithRegistrar:] + 262
6 Runner 0x0000000101d477ff +[GeneratedPluginRegistrant registerWithRegistry:] + 207
7 Runner <…>
注意:我正在关注本教程https://blog.codemagic.io/remote-access-to-virtual-mac-build-machine/