Closed jimmyff closed 1 year ago
Looks similar to https://github.com/firebase/flutterfire/issues/6900 and https://github.com/firebase/flutterfire/issues/6821
both of which are closed though...
@jimmyff https://github.com/firebase/flutterfire/issues/6821 was closed in favor of https://github.com/firebase/flutterfire/issues/6900 which in turn was closed citing an issue in underlying native iOS sdk: https://github.com/firebase/flutterfire/issues/6900#issuecomment-1088990357
I think the suggestion still stands I'd suggest opening up an issue on the [firebase-ios-sdk](https://github.com/firebase/firebase-ios-sdk) if you are able to reproduce.
since FLTFirebasePlugin
comes from native iOS: https://github.com/firebase/flutterfire/blob/master/packages/firebase_core/firebase_core/ios/Classes/FLTFirebasePlugin.h
Hey @jimmyff. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@jimmyff if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
Bug report
I've recently been getting a hard crash on ios -I experienced it late last week, my app opened and after a second or two it immediately closed with this same error
Crashed: com.apple.root.default-qos
. I put it down to a freak one off however the Apple review team just rejected my app because of it. Here is the stracktrace caught by crashlytics:Apple review teams crash log: apple-crash-log.txt
Crashlytics crash log: crashlytics-log.txt
Additional context
Apple review team said they were validating their phone number in the registration:
This would indicate the crash to be triggered by a
FirebaseAuth.instance.verifyPhoneNumber(...)
request.Although the time I experienced it the app had simply opened - there was no user interaction.
I've not had this crash before so I think it's new to flutter 3.0+ builds of my app.
Flutter doctor
Click To Expand
``` [β] Flutter (Channel stable, 3.10.5, on macOS 12.6.2 21G320 darwin-arm64, locale en-GB) β’ Flutter version 3.10.5 on channel stable at /Users/jimmyff/sdks/flutter β’ Upstream repository https://github.com/flutter/flutter.git β’ Framework revision 796c8ef792 (3 weeks ago), 2023-06-13 15:51:02 -0700 β’ Engine revision 45f6e00911 β’ Dart version 3.0.5 β’ DevTools version 2.23.1 [β] Android toolchain - develop for Android devices (Android SDK version 33.0.0) β’ Android SDK at /Users/jimmyff/Library/Android/sdk β’ Platform android-33, build-tools 33.0.0 β’ Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java β’ Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) β’ All Android licenses accepted. [β] Xcode - develop for iOS and macOS (Xcode 14.2) β’ Xcode at /Applications/Xcode.app/Contents/Developer β’ Build 14C18 β’ CocoaPods version 1.12.1 [β] Chrome - develop for the web β’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [β] Android Studio (version 2022.2) β’ Android Studio at /Applications/Android Studio.app/Contents β’ Flutter plugin can be installed from: π¨ https://plugins.jetbrains.com/plugin/9212-flutter β’ Dart plugin can be installed from: π¨ https://plugins.jetbrains.com/plugin/6351-dart β’ Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) [β] VS Code (version 1.79.2) β’ VS Code at /Applications/Visual Studio Code.app/Contents β’ Flutter extension version 3.68.0 [β] Connected device (4 available) β’ Pixel 3 (mobile) β’ 8B6X14E12 β’ android-arm64 β’ Android 12 (API 31) β’ Jamesβs iPhone (mobile) β’ 00008020-001A0D811A78002E β’ ios β’ iOS 16.3.1 20D67 β’ macOS (desktop) β’ macos β’ darwin-arm64 β’ macOS 12.6.2 21G320 darwin-arm64 β’ Chrome (web) β’ chrome β’ web-javascript β’ Google Chrome 114.0.5735.198 [β] Network resources β’ All expected network resources are available. β’ No issues found! ```Flutter dependencies
Click To Expand
``` jimmyff@jimmyff-mbp14 os_app % flutter pub deps -- --style=compact Dart SDK 3.0.5 Flutter SDK 3.10.5 onesceneapp 2.2.15+265 dependencies: - animate_countdown_text 1.1.3 [flutter animate_do] - animated_text_kit 4.2.2 [flutter characters] - badges 3.1.1 [flutter] - blurhash_dart 1.2.1 [image] - carousel_slider 4.2.1 [flutter] - chroma 0.1.2 [vector_math logging image] - cloud_firestore 4.8.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - cloud_firestore_platform_interface 5.15.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - collection 1.17.1 - confetti 0.7.0 [flutter vector_math] - crypto 3.0.3 [typed_data] - csv 5.0.2 - cupertino_icons 1.0.5 - device_info 2.0.3 [flutter device_info_platform_interface] - dotted_border 2.0.0+3 [flutter path_drawing] - encrypt 5.0.1 [args asn1lib clock collection crypto pointycastle] - equatable 2.0.5 [collection meta] - exif 3.1.4 [args collection convert json_annotation sprintf] - firebase_analytics 10.4.2 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter] - firebase_app_check 0.1.4+2 [firebase_app_check_platform_interface firebase_app_check_web firebase_core firebase_core_platform_interface flutter] - firebase_auth 4.6.2 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.13.1 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 3.3.2 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_messaging 14.6.2 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - firebase_remote_config 4.2.2 [firebase_core firebase_core_platform_interface firebase_remote_config_platform_interface firebase_remote_config_web flutter] - firebase_storage 11.2.2 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter] - flutter 0.0.0 [characters collection js material_color_utilities meta vector_math sky_engine] - flutter_animate 4.1.1+1 [flutter] - flutter_facebook_auth 5.0.11 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web facebook_auth_desktop] - flutter_image 4.1.6 [flutter] - flutter_local_notifications 14.1.1 [clock flutter flutter_local_notifications_linux flutter_local_notifications_platform_interface timezone] - flutter_localizations 0.0.0 [flutter intl characters clock collection js material_color_utilities meta path vector_math] - flutter_markdown 0.6.15 [flutter markdown meta path] - flutter_placeholder_textlines 1.2.0 [flutter] - flutter_redux 0.10.0 [redux flutter] - flutter_redux_navigation 0.7.1 [flutter redux] - geolocator 9.0.2 [flutter geolocator_platform_interface geolocator_android geolocator_apple geolocator_web geolocator_windows] - google_maps_flutter 2.3.1 [flutter google_maps_flutter_android google_maps_flutter_ios google_maps_flutter_platform_interface google_maps_flutter_web] - google_maps_flutter_android 2.4.15 [flutter flutter_plugin_android_lifecycle google_maps_flutter_platform_interface stream_transform] - google_maps_flutter_platform_interface 2.2.7 [collection flutter plugin_platform_interface stream_transform] - google_sign_in 6.1.4 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - http 0.13.6 [async http_parser meta] - image 4.0.17 [archive meta xml] - image_cropper 4.0.1 [flutter image_cropper_platform_interface image_cropper_for_web] - image_picker 0.8.8 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_linux image_picker_macos image_picker_platform_interface image_picker_windows] - in_app_purchase 3.1.7 [flutter in_app_purchase_android in_app_purchase_platform_interface in_app_purchase_storekit] - in_app_review 2.0.6 [flutter in_app_review_platform_interface] - infinite_scroll_pagination 3.2.0 [flutter sliver_tools] - ink_page_indicator 0.2.1 [flutter meta] - intl 0.18.0 [clock meta path] - intl_phone_field 3.1.0 [flutter] - jovial_svg 1.1.14 [xml collection args vector_math jovial_misc http meta flutter] - loading_indicator 3.1.0 [flutter async collection] - logging 1.2.0 - lottie 1.4.3 [archive flutter path vector_math] - material_design_icons_flutter 6.0.7296 [flutter] - meta 1.9.1 - onescene_brand 1.0.0 [flutter os_core lottie] - open_store 0.5.0 [flutter url_launcher] - os_core 0.0.1 [redux copy_with_extension quiver_hashcode intl uuid http encrypt built_value built_collection quiver archive recase logging json_annotation file rocket_kit] - package_info 2.0.2 [flutter] - package_info_plus 4.0.2 [ffi flutter flutter_web_plugins http meta path package_info_plus_platform_interface win32] - page_transition 2.0.9 [flutter] - palette_generator 0.3.3+2 [collection flutter path] - path_provider 2.0.15 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows] - pinch_zoom 1.0.0 [flutter] - pinput 2.2.31 [flutter smart_auth universal_platform] - quiver 3.2.1 [matcher] - recase 4.1.0 - redux 5.0.0 - redux_thunk 0.4.0 [redux] - reorderables 0.6.0 [flutter] - rocket_kit 1.0.0 [geohash_plus openai_client uuid logging built_collection built_value redux intl] - rocket_kit_flutter 0.0.1 [flutter built_collection built_value cloud_firestore_platform_interface cloud_firestore rocket_kit exif uuid flutter_image image blurhash_dart transparent_image material_design_icons_flutter intl badges flutter_animate] - settings_ui 2.0.2 [flutter] - shared_preferences 2.1.2 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - shimmer 3.0.0 [flutter] - sign_in_with_apple 4.3.0 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web] - store_redirect 2.0.1 [flutter] - transparent_image 2.0.1 - url_launcher 6.1.11 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - uuid 3.0.7 [crypto] dev dependencies: - flutter_lints 2.0.1 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters collection js matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph] dependency overrides: - intl_phone_field 3.1.0 [flutter] transitive dependencies: - _flutterfire_internals 1.3.2 [collection firebase_core firebase_core_platform_interface flutter meta] - animate_do 2.1.0 [flutter] - archive 3.3.7 [crypto path pointycastle] - args 2.4.2 - asn1lib 1.4.0 - async 2.11.0 [collection meta] - boolean_selector 2.1.1 [source_span string_scanner] - built_collection 5.1.1 - built_value 8.6.1 [built_collection collection fixnum meta] - characters 1.3.0 - clock 1.1.1 - cloud_firestore_web 3.6.0 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins js] - convert 3.1.1 [typed_data] - copy_with_extension 4.0.4 - cross_file 0.3.3+4 [js meta] - csslib 1.0.0 [source_span] - dbus 0.7.8 [args ffi meta xml] - device_info_platform_interface 2.0.1 [flutter meta plugin_platform_interface] - facebook_auth_desktop 0.0.9 [flutter http flutter_secure_storage flutter_facebook_auth_platform_interface] - fake_async 1.3.1 [clock collection] - ffi 2.0.2 - file 6.1.4 [meta path] - file_selector_linux 0.9.1+3 [cross_file file_selector_platform_interface flutter] - file_selector_macos 0.9.2 [cross_file file_selector_platform_interface flutter] - file_selector_platform_interface 2.5.1 [cross_file flutter http plugin_platform_interface] - file_selector_windows 0.9.2 [cross_file file_selector_platform_interface flutter] - firebase_analytics_platform_interface 3.6.2 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_analytics_web 0.5.4+2 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_app_check_platform_interface 0.0.8+2 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_app_check_web 0.0.10+2 [_flutterfire_internals firebase_app_check_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_auth_platform_interface 6.15.2 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.5.2 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser js meta] - firebase_core_platform_interface 4.8.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.5.0 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.6.2 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_messaging_platform_interface 4.5.2 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 3.5.2 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - firebase_remote_config_platform_interface 1.4.2 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_remote_config_web 1.4.2 [firebase_core firebase_core_web firebase_remote_config_platform_interface flutter flutter_web_plugins js] - firebase_storage_platform_interface 4.4.2 [collection firebase_core flutter meta plugin_platform_interface] - firebase_storage_web 3.6.2 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http js meta] - fixnum 1.1.0 - flutter_facebook_auth_platform_interface 4.1.1 [flutter plugin_platform_interface] - flutter_facebook_auth_web 4.1.1 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_local_notifications_linux 4.0.0+1 [dbus ffi flutter flutter_local_notifications_platform_interface path xdg_directories] - flutter_local_notifications_platform_interface 7.0.0+1 [flutter plugin_platform_interface] - flutter_plugin_android_lifecycle 2.0.15 [flutter] - flutter_secure_storage 8.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta] - flutter_secure_storage_linux 1.1.3 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_macos 3.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_platform_interface 1.0.1 [flutter plugin_platform_interface] - flutter_secure_storage_web 1.1.1 [flutter flutter_secure_storage_platform_interface flutter_web_plugins js] - flutter_secure_storage_windows 2.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta vector_math] - geohash_plus 1.1.1 - geolocator_android 4.1.8 [flutter geolocator_platform_interface] - geolocator_apple 2.2.7 [flutter geolocator_platform_interface] - geolocator_platform_interface 4.0.7 [flutter plugin_platform_interface vector_math meta] - geolocator_web 2.1.6 [flutter flutter_web_plugins geolocator_platform_interface] - geolocator_windows 0.1.1 [flutter geolocator_platform_interface] - google_identity_services_web 0.2.1 [js meta] - google_maps 6.3.0 [js js_wrapping meta] - google_maps_flutter_ios 2.2.3 [flutter google_maps_flutter_platform_interface stream_transform] - google_maps_flutter_web 0.5.0+1 [flutter flutter_web_plugins google_maps google_maps_flutter_platform_interface sanitize_html stream_transform] - google_sign_in_android 6.1.15 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.6.2 [flutter google_sign_in_platform_interface] - google_sign_in_platform_interface 2.4.1 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.12.0+2 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http js] - html 0.15.4 [csslib source_span] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - image_cropper_for_web 2.0.0 [flutter flutter_web_plugins image_cropper_platform_interface js] - image_cropper_platform_interface 4.0.0 [flutter plugin_platform_interface http] - image_picker_android 0.8.6+20 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface] - image_picker_for_web 2.1.12 [flutter flutter_web_plugins image_picker_platform_interface] - image_picker_ios 0.8.7+4 [flutter image_picker_platform_interface] - image_picker_linux 0.2.0 [file_selector_linux file_selector_platform_interface flutter image_picker_platform_interface] - image_picker_macos 0.2.0 [file_selector_macos file_selector_platform_interface flutter image_picker_platform_interface] - image_picker_platform_interface 2.8.0 [cross_file flutter http plugin_platform_interface] - image_picker_windows 0.2.0 [file_selector_platform_interface file_selector_windows flutter image_picker_platform_interface] - in_app_purchase_android 0.3.0+5 [collection flutter in_app_purchase_platform_interface json_annotation] - in_app_purchase_platform_interface 1.3.4 [flutter plugin_platform_interface] - in_app_purchase_storekit 0.3.6+4 [collection flutter in_app_purchase_platform_interface json_annotation] - in_app_review_platform_interface 2.0.4 [flutter url_launcher plugin_platform_interface platform] - jovial_misc 0.8.5 [pointycastle async collection convert meta] - js 0.6.7 [meta] - js_wrapping 0.7.4 [js] - json_annotation 4.8.1 [meta] - lints 2.1.1 - markdown 7.1.0 [args meta] - matcher 0.12.15 [async meta stack_trace term_glyph test_api] - material_color_utilities 0.2.0 - openai_client 0.0.7 [equatable http meta] - package_info_plus_platform_interface 2.0.1 [flutter meta plugin_platform_interface] - path 1.8.3 - path_drawing 1.0.1 [vector_math meta path_parsing flutter] - path_parsing 1.0.1 [vector_math meta] - path_provider_android 2.0.27 [flutter path_provider_platform_interface] - path_provider_foundation 2.2.3 [flutter path_provider_platform_interface] - path_provider_linux 2.1.11 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_platform_interface 2.0.6 [flutter platform plugin_platform_interface] - path_provider_windows 2.1.7 [ffi flutter path path_provider_platform_interface win32] - petitparser 5.4.0 [meta] - platform 3.1.0 - plugin_platform_interface 2.1.4 [meta] - pointycastle 3.7.3 [collection convert js] - process 4.2.4 [file path platform] - quiver_hashcode 3.0.0+1 - sanitize_html 2.0.0 [html meta] - shared_preferences_android 2.1.4 [flutter shared_preferences_platform_interface] - shared_preferences_foundation 2.2.2 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.2.0 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface] - shared_preferences_platform_interface 2.2.0 [flutter plugin_platform_interface] - shared_preferences_web 2.1.0 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.2.0 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - sign_in_with_apple_platform_interface 1.0.0 [flutter plugin_platform_interface meta] - sign_in_with_apple_web 1.0.1 [flutter flutter_web_plugins sign_in_with_apple_platform_interface js] - sky_engine 0.0.99 - sliver_tools 0.2.10 [flutter] - smart_auth 1.0.8 [flutter flutter_web_plugins] - source_span 1.9.1 [collection path term_glyph] - sprintf 7.0.0 - stack_trace 1.11.0 [path] - stream_channel 2.1.1 [async] - stream_transform 2.1.0 - string_scanner 1.2.0 [source_span] - term_glyph 1.2.1 - test_api 0.5.1 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - timezone 0.9.2 [path] - typed_data 1.3.2 [collection] - universal_platform 1.0.0+1 - url_launcher_android 6.0.35 [flutter url_launcher_platform_interface] - url_launcher_ios 6.1.4 [flutter url_launcher_platform_interface] - url_launcher_linux 3.0.5 [flutter url_launcher_platform_interface] - url_launcher_macos 3.0.5 [flutter url_launcher_platform_interface] - url_launcher_platform_interface 2.1.2 [flutter plugin_platform_interface] - url_launcher_web 2.0.17 [flutter flutter_web_plugins url_launcher_platform_interface] - url_launcher_windows 3.0.6 [flutter url_launcher_platform_interface] - vector_math 2.1.4 - win32 5.0.3 [ffi] - xdg_directories 1.0.0 [meta path process] - xml 6.3.0 [collection meta petitparser] ```