我在IOS上遇到了flutter firebase auth软件包的问题。在Android中可以,可以正常运行,在IOS Simulator上也可以(但在模拟器中,它称为re-captcha)。但是在iPhone物理设备上,它永远无法完成事件。它触发代码发送事件,但不触发超时事件或失败的auth事件,也不触发完成事件。 我将超时设置为30秒。
没有错误日志,也没有堆栈跟踪,甚至根本没有到达那里。
ntbsbver13:~ rafante$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.9.8-pre.38, on Mac OS X 10.13.6 17G5019, locale
pt-BR)
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
! Some Android licenses not accepted. To resolve this, run: flutter doctor
--android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 10.1)
[!] Android Studio (not installed)
[✓] VS Code (version 1.39.1)
[!] Connected device
! No devices available
! Doctor found issues in 3 categories.