firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.6k stars 3.95k forks source link

🐛 [firebase_crashlytics] Could not complete submission of dSYM #8079

Closed twittergadungan closed 2 years ago

twittergadungan commented 2 years ago

Bug report

Describe the bug I can't install my iOS Flutter app. and I have error message like this

Could not build the precompiled application for the device. Error (Xcode): Failed uploading cSYMs due to error: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=(

Error (Xcode): Could not complete submission of dSYM at /Users/myPath/Runner.app.dSYM: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=(

that error will occcur after adding these two lines of code in

Xcode -> Targets Runner --> Build Phase --> add new run script phase

$PODS_ROOT/FirebaseCrashlytics/upload-symbols --build-phase --validate -ai app-1-000054723775-ios-9093410173dff2ab3d770a
$PODS_ROOT/FirebaseCrashlytics/upload-symbols --build-phase -ai app-1-000054723775-ios-9093410173dff2ab3d770a

I add those two lines after reading this documentation: https://firebase.flutter.dev/docs/crashlytics/overview/#b-ios

did I enter the wrong googleAppId ? ( I explain how do I get the googleAppId below)

Steps to reproduce

Steps to reproduce the behavior:

in pubspec.yaml I use firebase_core: ^1.12.0 firebase_crashlytics: ^2.5.1

then I add script in build phase in xcode like this : https://i.stack.imgur.com/gPYVR.png

$PODS_ROOT/FirebaseCrashlytics/upload-symbols --build-phase --validate -ai app-1-000054723775-ios-9093410173dff2ab3d770a
$PODS_ROOT/FirebaseCrashlytics/upload-symbols --build-phase -ai app-1-000054723775-ios-9093410173dff2ab3d770a

I got the google app ID from

firebase console --> project settings --> your apps. like this: https://i.stack.imgur.com/YHwEH.png

I also change the debug information format to be DWARF with dSYM file like this: https://i.stack.imgur.com/jJpgE.png

then I run it in debug mode on my real iPhone device (iPhone 7)

Expected behavior

no error will occurred when I run the app

Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10.0, on macOS 12.1 21C52 darwin-arm, locale en-ID) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.1) [✓] VS Code (version 1.64.1) [✓] Connected device (4 available) [✓] HTTP Host Availability • No issues found! ```

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` Dart SDK 2.16.0 Flutter SDK 2.10.0 mobile 1.0.0+1 dependencies: - after_layout 1.1.0 [flutter] - auto_size_text 3.0.0 [flutter] - bubble 1.2.1 [flutter] - cached_network_image 3.2.0 [flutter flutter_cache_manager octo_image cached_network_image_platform_interface cached_network_image_web] - carousel_slider 4.0.0 [flutter] - colorful_safe_area 0.3.0 [flutter] - connectivity_plus 2.2.0 [flutter connectivity_plus_platform_interface connectivity_plus_linux connectivity_plus_macos connectivity_plus_web connectivity_plus_windows] - crypto 3.0.1 [collection typed_data] - cupertino_icons 1.0.4 - device_info_plus 3.2.1 [flutter device_info_plus_platform_interface device_info_plus_macos device_info_plus_linux device_info_plus_web device_info_plus_windows] - dio 4.0.4 [http_parser path] - dotted_border 2.0.0+2 [flutter path_drawing] - dotted_line 3.1.0 [flutter] - dropdown_button2 1.0.7 [flutter] - easy_localization 3.0.0 [flutter shared_preferences intl args path easy_logger flutter_localizations] - expandable 5.0.1 [flutter] - faker 2.0.0 [crypto] - file_picker 4.3.0 [flutter flutter_web_plugins flutter_plugin_android_lifecycle plugin_platform_interface ffi path] - firebase_core 1.12.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 2.5.1 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_messaging 11.2.6 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - flash 2.0.3+1 [flutter] - flutter 0.0.0 [characters collection material_color_utilities meta typed_data vector_math sky_engine] - flutter_cached_pdfview 0.4.1 [flutter flutter_pdfview flutter_cache_manager path_provider path] - flutter_countdown_timer 4.1.0 [flutter] - flutter_facebook_auth 4.0.1 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web] - flutter_image_compress 1.1.0 [flutter] - flutter_keyboard_visibility 5.1.1 [meta flutter_keyboard_visibility_platform_interface flutter_keyboard_visibility_web flutter] - flutter_riverpod 1.0.2 [collection flutter meta riverpod state_notifier] - flutter_slidable 1.2.0 [flutter] - form_field_validator 1.1.0 [flutter intl] - geolocator 8.0.3 [flutter geolocator_platform_interface geolocator_android geolocator_apple geolocator_web] - google_maps_flutter 2.1.1 [flutter flutter_plugin_android_lifecycle google_maps_flutter_platform_interface] - google_sign_in 5.2.3 [flutter google_sign_in_platform_interface google_sign_in_web] - hive 2.0.5 [meta crypto] - hive_flutter 1.1.0 [flutter hive path_provider path] - image_cropper 1.4.1 [flutter] - image_picker 0.8.4+4 [flutter flutter_plugin_android_lifecycle image_picker_for_web image_picker_platform_interface] - intl 0.17.0 [clock path] - ios_utsname_ext 2.1.0 [flutter] - package_info_plus 1.3.0 [flutter package_info_plus_platform_interface package_info_plus_linux package_info_plus_macos package_info_plus_windows package_info_plus_web] - pattern_formatter 2.0.0 [flutter intl] - photo_view 0.13.0 [flutter] - sign_in_with_apple 3.3.0 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web] - sizer 2.0.15 [universal_io flutter] - units_converter 1.1.1+2 - url_launcher 6.0.17 [flutter meta url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - webview_flutter 3.0.0 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview] dev dependencies: - build_runner 2.1.7 [args async analyzer build build_config build_daemon build_resolvers build_runner_core code_builder collection crypto dart_style frontend_server_client glob graphs http_multi_server io js logging meta mime package_config path pool pub_semver pubspec_parse shelf shelf_web_socket stack_trace stream_transform timing watcher web_socket_channel yaml] - flutter_launcher_icons 0.9.2 [args image path yaml] - flutter_lints 1.0.4 [lints] - flutter_native_splash 2.0.2 [args image meta path xml yaml universal_io flutter] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters charcode collection matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph typed_data] - hive_generator 1.1.2 [build source_gen hive analyzer source_helper] transitive dependencies: - _fe_analyzer_shared 34.0.0 [meta] - analyzer 3.2.0 [_fe_analyzer_shared cli_util collection convert crypto glob meta package_config path pub_semver source_span watcher yaml] - archive 3.1.6 [crypto path] - args 2.3.0 - async 2.8.2 [collection meta] - boolean_selector 2.1.0 [source_span string_scanner] - build 2.2.1 [analyzer async convert crypto glob logging meta path] - build_config 1.0.0 [checked_yaml json_annotation path pubspec_parse yaml] - build_daemon 3.0.1 [built_collection built_value http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel] - build_resolvers 2.0.6 [analyzer async build crypto graphs logging path package_config pool pub_semver stream_transform yaml] - build_runner_core 7.2.3 [async build build_config build_resolvers collection convert crypto glob graphs json_annotation logging meta path package_config pool timing watcher yaml] - built_collection 5.1.1 - built_value 8.1.4 [built_collection collection fixnum meta] - cached_network_image_platform_interface 1.0.0 [flutter flutter_cache_manager] - cached_network_image_web 1.0.1 [flutter flutter_cache_manager cached_network_image_platform_interface] - characters 1.2.0 - charcode 1.3.1 - checked_yaml 2.0.1 [json_annotation source_span yaml] - cli_util 0.3.5 [meta path] - clock 1.1.0 - code_builder 4.1.0 [built_collection built_value collection matcher meta] - collection 1.15.0 - connectivity_plus_linux 1.2.0 [flutter connectivity_plus_platform_interface meta nm] - connectivity_plus_macos 1.2.1 [connectivity_plus_platform_interface flutter] - connectivity_plus_platform_interface 1.2.0 [flutter meta plugin_platform_interface] - connectivity_plus_web 1.2.0 [connectivity_plus_platform_interface flutter_web_plugins flutter] - connectivity_plus_windows 1.2.0 [connectivity_plus_platform_interface flutter] - convert 3.0.1 [typed_data] - cross_file 0.3.2 [flutter js meta] - dart_style 2.2.1 [analyzer args path pub_semver source_span] - dbus 0.6.6 [args ffi meta xml] - device_info_plus_linux 2.1.1 [device_info_plus_platform_interface file flutter meta] - device_info_plus_macos 2.2.2 [device_info_plus_platform_interface flutter] - device_info_plus_platform_interface 2.3.0+1 [flutter meta plugin_platform_interface] - device_info_plus_web 2.1.0 [device_info_plus_platform_interface flutter_web_plugins flutter] - device_info_plus_windows 2.1.1 [device_info_plus_platform_interface ffi flutter win32] - easy_logger 0.0.2 [flutter] - fake_async 1.2.0 [clock collection] - ffi 1.1.2 - file 6.1.2 [meta path] - firebase_core_platform_interface 4.2.4 [collection flutter meta plugin_platform_interface] - firebase_core_web 1.5.4 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.1.13 [collection firebase_core flutter meta plugin_platform_interface] - firebase_messaging_platform_interface 3.1.6 [firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 2.2.7 [firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - fixnum 1.0.0 - flutter_blurhash 0.6.0 [flutter meta pedantic] - flutter_cache_manager 3.3.0 [clock collection file flutter http path path_provider pedantic rxdart sqflite uuid] - flutter_facebook_auth_platform_interface 3.0.1 [flutter plugin_platform_interface] - flutter_facebook_auth_web 3.0.0+1 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_keyboard_visibility_platform_interface 2.0.0 [flutter meta plugin_platform_interface] - flutter_keyboard_visibility_web 2.0.0 [flutter_keyboard_visibility_platform_interface flutter_web_plugins flutter] - flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path typed_data vector_math] - flutter_pdfview 1.2.1 [flutter] - flutter_plugin_android_lifecycle 2.0.5 [flutter] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta typed_data vector_math] - frontend_server_client 2.1.2 [async path] - geolocator_android 3.0.2 [flutter geolocator_platform_interface] - geolocator_apple 2.0.1 [flutter geolocator_platform_interface] - geolocator_platform_interface 4.0.1 [flutter plugin_platform_interface vector_math meta] - geolocator_web 2.1.4 [flutter flutter_web_plugins geolocator_platform_interface] - glob 2.0.2 [async collection file path string_scanner] - google_maps_flutter_platform_interface 2.1.3 [collection flutter meta plugin_platform_interface stream_transform] - google_sign_in_platform_interface 2.1.0 [flutter meta quiver] - google_sign_in_web 0.10.0+3 [flutter flutter_web_plugins google_sign_in_platform_interface js meta] - graphs 2.1.0 [collection] - http 0.13.4 [async http_parser meta path] - http_multi_server 3.0.1 [async] - http_parser 4.0.0 [charcode collection source_span string_scanner typed_data] - image 3.1.1 [archive meta xml] - image_picker_for_web 2.1.4 [flutter flutter_web_plugins image_picker_platform_interface meta] - image_picker_platform_interface 2.4.1 [flutter http meta plugin_platform_interface cross_file] - io 1.0.3 [meta path string_scanner] - js 0.6.3 - json_annotation 4.4.0 [meta] - lints 1.0.1 - logging 1.0.2 - matcher 0.12.11 [stack_trace] - material_color_utilities 0.1.3 - meta 1.7.0 - mime 1.0.1 - nm 0.4.2 [dbus] - octo_image 1.0.1 [flutter flutter_blurhash] - package_config 2.0.2 [path] - package_info_plus_linux 1.0.3 [package_info_plus_platform_interface flutter path] - package_info_plus_macos 1.3.0 [flutter] - package_info_plus_platform_interface 1.0.2 [flutter meta plugin_platform_interface] - package_info_plus_web 1.0.4 [flutter flutter_web_plugins http meta package_info_plus_platform_interface] - package_info_plus_windows 1.0.4 [package_info_plus_platform_interface ffi flutter win32] - path 1.8.0 - path_drawing 1.0.0 [vector_math meta path_parsing flutter] - path_parsing 1.0.0 [vector_math meta] - path_provider 2.0.8 [flutter path_provider_android path_provider_ios path_provider_linux path_provider_macos path_provider_platform_interface path_provider_windows] - path_provider_android 2.0.9 [flutter path_provider_platform_interface] - path_provider_ios 2.0.7 [flutter path_provider_platform_interface] - path_provider_linux 2.1.4 [ffi flutter meta path path_provider_platform_interface xdg_directories] - path_provider_macos 2.0.4 [flutter meta path_provider_platform_interface] - path_provider_platform_interface 2.0.1 [flutter meta platform plugin_platform_interface] - path_provider_windows 2.0.4 [ffi flutter meta path path_provider_platform_interface win32] - pedantic 1.11.1 - petitparser 4.4.0 [meta] - platform 3.1.0 - plugin_platform_interface 2.1.2 [meta] - pool 1.5.0 [async stack_trace] - process 4.2.4 [file path platform] - pub_semver 2.1.0 [collection meta] - pubspec_parse 1.2.0 [checked_yaml collection json_annotation pub_semver yaml] - quiver 3.0.1+1 [matcher] - riverpod 1.0.2 [collection meta state_notifier] - rxdart 0.27.3 - shared_preferences 2.0.13 [flutter shared_preferences_android shared_preferences_ios shared_preferences_linux shared_preferences_macos shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - shared_preferences_android 2.0.10 [flutter shared_preferences_platform_interface] - shared_preferences_ios 2.0.9 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.0.4 [file flutter path path_provider_linux shared_preferences_platform_interface] - shared_preferences_macos 2.0.2 [flutter shared_preferences_platform_interface] - shared_preferences_platform_interface 2.0.0 [flutter] - shared_preferences_web 2.0.3 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.0.4 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - shelf 1.2.0 [async collection http_parser path stack_trace stream_channel] - shelf_web_socket 1.0.1 [shelf stream_channel web_socket_channel] - 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 - source_gen 1.2.1 [analyzer async build dart_style glob meta path source_span yaml] - source_helper 1.3.1 [analyzer collection source_gen] - source_span 1.8.1 [collection path term_glyph] - sqflite 2.0.1 [flutter sqflite_common path] - sqflite_common 2.0.1+1 [synchronized path meta] - stack_trace 1.10.0 [path] - state_notifier 0.7.1 [meta] - stream_channel 2.1.0 [async] - stream_transform 2.0.0 - string_scanner 1.1.0 [charcode source_span] - synchronized 3.0.0 - term_glyph 1.2.0 - test_api 0.4.8 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - timing 1.0.0 [json_annotation] - typed_data 1.3.0 [collection] - universal_io 2.0.4 [collection crypto meta typed_data] - url_launcher_android 6.0.13 [flutter meta url_launcher_platform_interface] - url_launcher_ios 6.0.13 [flutter meta url_launcher_platform_interface] - url_launcher_linux 2.0.2 [flutter] - url_launcher_macos 2.0.2 [flutter] - url_launcher_platform_interface 2.0.4 [flutter plugin_platform_interface] - url_launcher_web 2.0.5 [flutter flutter_web_plugins meta url_launcher_platform_interface] - url_launcher_windows 2.0.2 [flutter] - uuid 3.0.5 [crypto] - vector_math 2.1.1 - watcher 1.0.1 [async path] - web_socket_channel 2.1.0 [async crypto stream_channel] - webview_flutter_android 2.8.2 [flutter webview_flutter_platform_interface] - webview_flutter_platform_interface 1.8.0 [flutter plugin_platform_interface] - webview_flutter_wkwebview 2.7.1 [flutter webview_flutter_platform_interface] - win32 2.3.1 [ffi] - xdg_directories 0.2.0 [meta path process] - xml 5.3.1 [collection meta petitparser] - yaml 3.1.0 [collection source_span string_scanner] ```

darshankawar commented 2 years ago

@twittergadungan Check this issue and underlying comments and see if they help to resolve issue at your end.

twittergadungan commented 2 years ago

@darshankawar

I have tried to change debug information format from DWARF with dSYM to be DWARF unfortunately I still have the same error

twittergadungan commented 2 years ago

btw, I am using Macbook with M1 chip. I don't know, maybe it will affect the build process

darshankawar commented 2 years ago

@twittergadungan Can you provide the entire error log ? Probably, the complete error log should provide more details as to why it's failing:

"(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=(

For example, see this similar error log which provides more details:

31merror: Could not complete submission of dSYM at /Users/me/Library/Developer/Xcode/DerivedData/Project-cmkidnrcwbunsqezgsrutqkmnivn/Build/Intermediates.noindex/ArchiveIntermediates/Project/BuildProductsPath/ReleaseOfficial-iphoneos/Project.app.dSYM: Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=2 "File no longer exists at (null)" UserInfo={NSLocalizedFailureReason=File no longer exists at (null)}

UserInfo={NSLocalizedFailureReason=File no longer exists at (null)}

Do you get something like that in your error log ?

twittergadungan commented 2 years ago

@darshankawar I copy and paste all the error when I run using iOS simulator

Click To Expand ``` Running pod install... Running Xcode build... Xcode build done. 77.7s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ Writing result bundle at path: /var/folders/ld/ttdxcpj124v1_dkl0d2m1lq00000gn/T/flutter_tools.XyTpVT/flutter_ios_build_temp_dirdhv0LJ/temporary_xcresult_bundle 1 warning generated. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/enc/backward_references_enc.c:694:12: warning: variable 'best_offset' may be uninitialized when used here [-Wconditional-uninitialized] (best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length; ^~~~~~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/enc/backward_references_enc.c:626:20: note: initialize the variable 'best_offset' to silence this warning int best_offset; ^ = 0 1 warning generated. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1461:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1426:3: note: variable 'sum_left' is declared here uint16x8_t sum_left; ^ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1461:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1425:3: note: variable 'sum_top' is declared here uint16x8_t sum_top; ^ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1550:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1509:3: note: variable 'sum_left' is declared here uint16x8_t sum_left; ^ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1550:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/dsp/dec_neon.c:1508:3: note: variable 'sum_top' is declared here uint16x8_t sum_top; ^ 4 warnings generated. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/enc/backward_references_enc.c:694:12: warning: variable 'best_offset' may be uninitialized when used here [-Wconditional-uninitialized] (best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length; ^~~~~~~~~~~ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/libwebp/src/enc/backward_references_enc.c:626:20: note: initialize the variable 'best_offset' to silence this warning int best_offset; ^ = 0 1 warning generated. 1 warning generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator_apple-2.0.1/ios/Classes/GeolocatorPlugin.m:140:21: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; ^~~~~~~ openURL:options:completionHandler: In module 'UIKit' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/geolocator_apple/geolocator_apple-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ 1 warning generated. 2 warnings generated. 2 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:9:9: warning: non-portable path to file '"SYMetadataExif.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] #import "SYMetadataEXIF.h" ^~~~~~~~~~~~~~~~~~ "SYMetadataExif.h" /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:41:65: warning: 'kCGImagePropertyExifSubsecTimeOrginal' is deprecated: first deprecated in iOS 10.0 - No longer supported [-Wdeprecated-declarations] SYStringSel(subsecTimeOriginal): (NSString *)kCGImagePropertyExifSubsecTimeOrginal, ^ In module 'ImageIO' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:10: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:248:34: note: 'kCGImagePropertyExifSubsecTimeOrginal' has been explicitly marked deprecated here IMAGEIO_EXTERN const CFStringRef kCGImagePropertyExifSubsecTimeOrginal IMAGEIO_AVAILABLE_BUT_DEPRECATED(10.4, 10.11, 4.0, 10.0); ^ 2 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:49:36: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] + (instancetype)metadataWithAsset:(ALAsset *)asset ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:52:5: warning: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [asset defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:20:12: note: 'ALAssetRepresentation' has been explicitly marked deprecated here @interface ALAssetRepresentation : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:52:52: warning: 'defaultRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [asset defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:49:1: note: 'defaultRepresentation' has been explicitly marked deprecated here - (ALAssetRepresentation *)defaultRepresentation AL_DEPRECATED(4, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:53:57: warning: 'metadata' is deprecated: first deprecated in iOS 9 - Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] return [self metadataWithDictionary:[representation metadata]]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:56:1: note: 'metadata' has been explicitly marked deprecated here - (NSDictionary *)metadata AL_DEPRECATED(4, "Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:150:13: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] __block ALAsset *assetAtUrl = nil; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:151:5: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations] ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here @interface ALAssetsLibrary : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:151:50: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations] ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here @interface ALAssetsLibrary : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:154:49: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] [library assetForURL:assetURL resultBlock:^(ALAsset *asset) { ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:154:14: warning: 'assetForURL:resultBlock:failureBlock:' is deprecated: first deprecated in iOS 9 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations] [library assetForURL:assetURL resultBlock:^(ALAsset *asset) { ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:93:1: note: 'assetForURL:resultBlock:failureBlock:' has been explicitly marked deprecated here - (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock AL_DEPRECATED(4, "Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:165:5: warning: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] Error (Xcode): Failed uploading cSYMs due to error: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=( Error (Xcode): Could not complete submission of dSYM at /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=( Could not build the application for the simulator. Error launching application on iPhone SE (2nd generation). ALAssetRepresentation *representation = [assetAtUrl defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:20:12: note: 'ALAssetRepresentation' has been explicitly marked deprecated here @interface ALAssetRepresentation : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:165:57: warning: 'defaultRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [assetAtUrl defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:49:1: note: 'defaultRepresentation' has been explicitly marked deprecated here - (ALAssetRepresentation *)defaultRepresentation AL_DEPRECATED(4, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:166:28: warning: 'metadata' is deprecated: first deprecated in iOS 9 - Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] return [representation metadata]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:56:1: note: 'metadata' has been explicitly marked deprecated here - (NSDictionary *)metadata AL_DEPRECATED(4, "Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead"); ^ 12 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:39:18: warning: direct comparison of a string literal has undefined behavior [-Wobjc-string-compare] if(imageType == @"image/webp") { ^ ~~~~~~~~~~~~~ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:39:18: note: use 'isEqual:' instead if(imageType == @"image/webp") { ^~ [ isEqual: ] /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:82:18: warning: direct comparison of a string literal has undefined behavior [-Wobjc-string-compare] if(imageType == @"image/webp") { ^ ~~~~~~~~~~~~~ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:82:18: note: use 'isEqual:' instead if(imageType == @"image/webp") { ^~ [ isEqual: ] /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:109:16: warning: unused variable 'swf' [-Wunused-variable] const char swf[3] = {'F', 'W', 'S'}; ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:110:16: warning: unused variable 'swc' [-Wunused-variable] const char swc[3] = {'C', 'W', 'S'}; ^ 4 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:9:9: warning: non-portable path to file '"SYMetadataExif.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] #import "SYMetadataEXIF.h" ^~~~~~~~~~~~~~~~~~ "SYMetadataExif.h" /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:41:65: warning: 'kCGImagePropertyExifSubsecTimeOrginal' is deprecated: first deprecated in iOS 10.0 - No longer supported [-Wdeprecated-declarations] SYStringSel(subsecTimeOriginal): (NSString *)kCGImagePropertyExifSubsecTimeOrginal, ^ In module 'ImageIO' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadataExif.m:10: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:248:34: note: 'kCGImagePropertyExifSubsecTimeOrginal' has been explicitly marked deprecated here IMAGEIO_EXTERN const CFStringRef kCGImagePropertyExifSubsecTimeOrginal IMAGEIO_AVAILABLE_BUT_DEPRECATED(10.4, 10.11, 4.0, 10.0); ^ 2 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:49:36: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] + (instancetype)metadataWithAsset:(ALAsset *)asset ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:52:5: warning: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [asset defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:20:12: note: 'ALAssetRepresentation' has been explicitly marked deprecated here @interface ALAssetRepresentation : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:52:52: warning: 'defaultRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [asset defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:49:1: note: 'defaultRepresentation' has been explicitly marked deprecated here - (ALAssetRepresentation *)defaultRepresentation AL_DEPRECATED(4, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:53:57: warning: 'metadata' is deprecated: first deprecated in iOS 9 - Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] return [self metadataWithDictionary:[representation metadata]]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:56:1: note: 'metadata' has been explicitly marked deprecated here - (NSDictionary *)metadata AL_DEPRECATED(4, "Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:150:13: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] __block ALAsset *assetAtUrl = nil; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:151:5: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations] ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here @interface ALAssetsLibrary : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:151:50: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations] ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here @interface ALAssetsLibrary : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:154:49: warning: 'ALAsset' is deprecated: first deprecated in iOS 9 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations] [library assetForURL:assetURL resultBlock:^(ALAsset *asset) { ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:40:12: note: 'ALAsset' has been explicitly marked deprecated here @interface ALAsset : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:154:14: warning: 'assetForURL:resultBlock:failureBlock:' is deprecated: first deprecated in iOS 9 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations] [library assetForURL:assetURL resultBlock:^(ALAsset *asset) { ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:93:1: note: 'assetForURL:resultBlock:failureBlock:' has been explicitly marked deprecated here - (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock AL_DEPRECATED(4, "Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:165:5: warning: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [assetAtUrl defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:20:12: note: 'ALAssetRepresentation' has been explicitly marked deprecated here @interface ALAssetRepresentation : NSObject { ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:165:57: warning: 'defaultRepresentation' is deprecated: first deprecated in iOS 9 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] ALAssetRepresentation *representation = [assetAtUrl defaultRepresentation]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:49:1: note: 'defaultRepresentation' has been explicitly marked deprecated here - (ALAssetRepresentation *)defaultRepresentation AL_DEPRECATED(4, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:166:28: warning: 'metadata' is deprecated: first deprecated in iOS 9 - Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead [-Wdeprecated-declarations] return [representation metadata]; ^ In module 'AssetsLibrary' imported from /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/SYPictureMetadata/SYMetadata.m:14: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:56:1: note: 'metadata' has been explicitly marked deprecated here - (NSDictionary *)metadata AL_DEPRECATED(4, "Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead"); ^ 12 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:39:18: warning: direct comparison of a string literal has undefined behavior [-Wobjc-string-compare] if(imageType == @"image/webp") { ^ ~~~~~~~~~~~~~ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:39:18: note: use 'isEqual:' instead if(imageType == @"image/webp") { ^~ [ isEqual: ] /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:82:18: warning: direct comparison of a string literal has undefined behavior [-Wobjc-string-compare] if(imageType == @"image/webp") { ^ ~~~~~~~~~~~~~ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:82:18: note: use 'isEqual:' instead if(imageType == @"image/webp") { ^~ [ isEqual: ] /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:109:16: warning: unused variable 'swf' [-Wunused-variable] const char swf[3] = {'F', 'W', 'S'}; ^ /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-1.1.0/ios/Classes/CompressFileHandler.m:110:16: warning: unused variable 'swc' [-Wunused-variable] const char swc[3] = {'C', 'W', 'S'}; ^ 4 warnings generated. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:38: warning: 'UNMutableNotificationContent' is only available on iOS 10.0 or newer [-Wunguarded-availability] - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ In module 'UserNotifications' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:22: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h:97:12: note: 'UNMutableNotificationContent' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0 @interface UNMutableNotificationContent : UNNotificationContent ^ While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:1: note: annotate 'populateNotificationContent:withContentHandler:' with an availability attribute to silence this warning - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:38:47: warning: 'UNNotificationContent' is only available on iOS 10.0 or newer [-Wunguarded-availability] withContentHandler:(void (^)(UNNotificationContent *_Nonnull))contentHandler; ^ In module 'UserNotifications' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:22: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h:37:12: note: 'UNNotificationContent' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0 @interface UNNotificationContent : NSObject ^ While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:1: note: annotate 'populateNotificationContent:withContentHandler:' with an availability attribute to silence this warning - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ 2 warnings generated. 2 warnings generated. While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:38: warning: 'UNMutableNotificationContent' is only available on iOS 10.0 or newer [-Wunguarded-availability] - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ In module 'UserNotifications' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:22: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h:97:12: note: 'UNMutableNotificationContent' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0 @interface UNMutableNotificationContent : UNNotificationContent ^ While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:1: note: annotate 'populateNotificationContent:withContentHandler:' with an availability attribute to silence this warning - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:38:47: warning: 'UNNotificationContent' is only available on iOS 10.0 or newer [-Wunguarded-availability] withContentHandler:(void (^)(UNNotificationContent *_Nonnull))contentHandler; ^ In module 'UserNotifications' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:22: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h:37:12: note: 'UNNotificationContent' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0 @interface UNNotificationContent : NSObject ^ While building module 'FirebaseMessaging' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Headers/Public/Firebase/Firebase.h:66: In file included from :1: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h:13: In file included from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h:18: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h:37:1: note: annotate 'populateNotificationContent:withContentHandler:' with an availability attribute to silence this warning - (void)populateNotificationContent:(UNMutableNotificationContent *)content ^ 2 warnings generated. 2 warnings generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.3.0/ios/Classes/FilePickerPlugin.m:316:1: warning: implementing deprecated method [-Wdeprecated-implementations] - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url{ ^ In module 'UIKit' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/file_picker/file_picker-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:27:1: note: method 'documentPicker:didPickDocumentAtURL:' declared here - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("documentPicker:didPickDocumentsAtURLs:", ios(8.0, 11.0)); ^ 1 warning generated. /Users/developerblueraycargo/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-4.3.0/ios/Classes/FilePickerPlugin.m:316:1: warning: implementing deprecated method [-Wdeprecated-implementations] - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url{ ^ In module 'UIKit' imported from /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Target Support Files/file_picker/file_picker-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:27:1: note: method 'documentPicker:didPickDocumentAtURL:' declared here - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("documentPicker:didPickDocumentsAtURLs:", ios(8.0, 11.0)); ^ 1 warning generated. ld: warning: object file (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/GoogleMaps) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: object file (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/GoogleMapsBase) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: object file (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMapsCore.framework/GoogleMapsCore) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/device_info_plus/device_info_plus.framework/device_info_plus) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/file_picker/file_picker.framework/file_picker) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/flutter_image_compress/flutter_image_compress.framework/flutter_image_compress) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/flutter_keyboard_visibility) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/geolocator_apple/geolocator_apple.framework/geolocator_apple) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/image_cropper/image_cropper.framework/image_cropper) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: dylib (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/package_info_plus/package_info_plus.framework/package_info_plus) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: object file (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Pods_Runner.framework/Pods_Runner(Pods-Runner-dummy.o)) was built for newer iOS Simulator version (11.0) than being linked (10.0) ld: warning: object file (/Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Pods_Runner.framework/Pods_Runner(Pods_Runner_vers.o)) was built for newer iOS Simulator version (11.0) than being linked (10.0) 2022-02-16 08:11:34.785 ibtoold[3380:33616] DEBUG: Added to environment: { TMPDIR = "/var/folders/ld/ttdxcpj124v1_dkl0d2m1lq00000gn/T/F6592281-BBC6-4299-9E6C-E2A66C437BDA"; } /* com.apple.actool.document.warnings */ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Runner/Assets.xcassets:./BrandingImage.imageset/[universal][][][3x][][][][][][][][][][]: warning: The file "BrandingImage@3x.png" for the image set "BrandingImage" does not exist. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Runner/Assets.xcassets:./BrandingImage.imageset/[universal][][][1x][][][][][][][][][][]: warning: The file "BrandingImage.png" for the image set "BrandingImage" does not exist. /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Runner/Assets.xcassets:./BrandingImage.imageset/[universal][][][2x][][][][][][][][][][]: warning: The file "BrandingImage@2x.png" for the image set "BrandingImage" does not exist. /* com.apple.actool.compilation-results */ /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@3x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@3x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@3x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@2x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@3x.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76@2x~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/AppIcon83.5x83.5@2x~ipad.png /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app/Assets.car /Users/developerblueraycargo/Library/Developer/Xcode/DerivedData/Runner-fnykrhotsxwblhdjnwzphfbehoye/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist Running upload-symbols in Build Phase mode Validating build environment for Crashlytics... Validation succeeded. Symbol uploading will proceed in the background. Running upload-symbols in Build Phase mode Validating build environment for Crashlytics... Processing dSYMs... error: Failed uploading cSYMs due to error: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=( "Error Domain=com.crashlytics.mac.error-domain.submit-csym Code=0 \"Failed to submit cSYM for architecture x86_64 with uuid 75bb40ca83c0374aa3581fea7bf72c01 in dSYM: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM\" UserInfo={NSLocalizedFailureReason=Failed to submit cSYM for architecture x86_64 with uuid 75bb40ca83c0374aa3581fea7bf72c01 in dSYM: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM, NSUnderlyingError=0x6000013b40c0 {Error Domain=FIRCLSNetworkError Code=-5 \"(null)\" UserInfo={status_code=400, type=2, request_id=, content_type=application/json; charset=utf-8}}}" )} error: Could not complete submission of dSYM at /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=( "Error Domain=com.crashlytics.mac.error-domain.submit-csym Code=0 \"Failed to submit cSYM for architecture x86_64 with uuid 75bb40ca83c0374aa3581fea7bf72c01 in dSYM: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM\" UserInfo={NSLocalizedFailureReason=Failed to submit cSYM for architecture x86_64 with uuid 75bb40ca83c0374aa3581fea7bf72c01 in dSYM: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM, NSUnderlyingError=0x6000013b40c0 {Error Domain=FIRCLSNetworkError Code=-5 \"(null)\" UserInfo={status_code=400, type=2, request_id=, content_type=application/json; charset=utf-8}}}" )} note: Using new build system note: Planning note: Build preparation complete note: Building targets in parallel /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'AppAuth' from project 'Pods') /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'ReachabilitySwift' from project 'Pods') /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'FMDB' from project 'Pods') /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'TOCropViewController-TOCropViewControllerBundle' from project 'Pods') /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'TOCropViewController' from project 'Pods') /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'GoogleSignIn' from project 'Pods') Result bundle written to path: /var/folders/ld/ttdxcpj124v1_dkl0d2m1lq00000gn/T/flutter_tools.XyTpVT/flutter_ios_build_temp_dirdhv0LJ/temporary_xcresult_bundle ```
darshankawar commented 2 years ago

Thanks for the log. From it, the failure reason is below:

UserInfo={NSLocalizedFailureReason=Failed to submit cSYM for architecture x86_64 with uuid 75bb40ca83c0374aa3581fea7bf72c01 in dSYM: /Users/developerblueraycargo/Documents/blueraycargo_mobile_app_project/blueray_cargo_mobile/build/ios/Debug-iphonesimulator/Runner.app.dSYM, NSUnderlyingError=0x6000013b40c0 {Error Domain=FIRCLSNetworkError Code=-5 \"(null)\" UserInfo={status_code=400, type=2, request_id=, content_type=application/json; charset=utf-8}}}"

Also, the status_code seems to be 400 indicating the server seems not to be processing the request, which means, this must be coming from underlying native ios firebase sdk or due to a network connection issue and not necessarily a firebase_crashlytics issue.

I see a similar open issue in dedicated repo: https://github.com/firebase/firebase-ios-sdk/issues/6990 in which you can post your error log and follow-up in it for further updates. Another similar issue for your reference: https://github.com/firebase/firebase-ios-sdk/issues/7048

Closing this for now, as the error seems to be coming from ios firebase sdk.