Closed
Description
Steps to Reproduce
I have no idea how to reproduce this crash unfortunately, sorry.
This happened only in release mode on iOS.
It is maybe related to the video_player
according to the logs, but i am definitely not sure
Expected results:
The app should not crash.
Actual results:
The app is crashing.
Logs
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x3af8 object_getClass + 48
1 Foundation 0x41bac _NSKeyValueObservationInfoGetObservances + 264
2 Foundation 0x1882c NSKeyValueWillChangeWithPerThreadPendingNotifications + 240
3 AVFCore 0x3efa0 __31-[AVPlayerItem _updateTimebase]_block_invoke_2 + 180
4 libdispatch.dylib 0x2914 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
6 libdispatch.dylib 0x12b60 _dispatch_main_queue_callback_4CF + 944
7 CoreFoundation 0x51cd4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
8 CoreFoundation 0xbeac __CFRunLoopRun + 2540
9 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
10 GraphicsServices 0x138c GSEventRunModal + 164
11 UIKitCore 0x5196a8 -[UIApplication _run] + 1100
12 UIKitCore 0x2987f4 UIApplicationMain + 2092
13 Runner 0x5cf0 main + 7 (AppDelegate.swift:7)
14 ??? 0x106979a24 (Missing)
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
com.apple.coremedia.displaymirroringobserver
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 CoreMedia 0xed740 FigXPCSendStdSetPropertyMessage + 132
7 MediaToolbox 0x252bc4 remoteXPCPlayer_SetProperty + 152
8 MediaToolbox 0x25f4a4 -[FigDisplayMirroringChangeObserver updatePlayerDisplayList] + 444
9 libdispatch.dylib 0x2914 _dispatch_call_block_and_release + 32
10 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
11 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
12 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
13 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
14 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0xe94 start_wqthread + 8
com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 Foundation 0x18354 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 236
6 Foundation 0x59c28 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92
7 UIKitCore 0x4928a4 -[UIEventFetcher threadMain] + 524
8 Foundation 0x6836c __NSThread__start__ + 808
9 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
10 libsystem_pthread.dylib 0xea0 thread_start + 8
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
io.flutter.1.ui
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 Flutter 0x2ee570 (Missing)
6 Flutter 0x2edd30 (Missing)
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
io.flutter.1.raster
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 Flutter 0x2ee570 (Missing)
6 Flutter 0x2edd30 (Missing)
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
io.flutter.1.io
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 Flutter 0x2ee570 (Missing)
6 Flutter 0x2edd30 (Missing)
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.1
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.2
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.3
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.4
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.5
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
io.worker.6
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 Flutter 0x2e8928 (Missing)
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
dart:io EventHandler
0 libsystem_kernel.dylib 0x2e7c kevent + 8
1 Flutter 0x4b14dc (Missing)
2 Flutter 0x4e04e8 (Missing)
3 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
4 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.coremedia.player.async.0x280e7e580.P/DO
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 CoreMedia 0xed740 FigXPCSendStdSetPropertyMessage + 132
7 MediaToolbox 0x252bc4 remoteXPCPlayer_SetProperty + 152
8 MediaToolbox 0x13df30 playerasync_runOneCommand + 5316
9 MediaToolbox 0x1412e4 playerasync_runAsynchronousCommandOnQueue + 184
10 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
11 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
12 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
13 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
14 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0xe94 start_wqthread + 8
com.google.firebase.crashlytics.MachExceptionServer
0 FirebaseCrashlytics 0x1f44c FIRCLSProcessRecordAllThreads + 184
1 FirebaseCrashlytics 0x1f82c FIRCLSProcessRecordAllThreads + 1176
2 FirebaseCrashlytics 0x167f0 FIRCLSHandler + 48
3 FirebaseCrashlytics 0x195b8 FIRCLSMachExceptionServer + 1248
4 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
5 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.coremedia.displaymirroringobserver
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 CoreMedia 0xed740 FigXPCSendStdSetPropertyMessage + 132
7 MediaToolbox 0x252bc4 remoteXPCPlayer_SetProperty + 152
8 MediaToolbox 0x25f4a4 -[FigDisplayMirroringChangeObserver updatePlayerDisplayList] + 444
9 libdispatch.dylib 0x2914 _dispatch_call_block_and_release + 32
10 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
11 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
12 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
13 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
14 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0xe94 start_wqthread + 8
AVAudioSession Notify Thread
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 AudioSession 0x6308 CADeprecated::GenericRunLoopThread::Entry(void*) + 164
6 AudioSession 0xfd64 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 92
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
com.apple.coremedia.player.xpc.notifications
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 MediaToolbox 0x2576ec remoteXPCItem_MakeReadyForInspection + 120
7 MediaToolbox 0x250294 remoteXPCPlayer_updateLayerDurationsWhenItemReady + 268
8 MediaToolbox 0x24ea08 remoteXPCPlayerClient_NotificationFilter + 1044
9 CoreMedia 0xf0754 __figXPC_HandleNotificationMessage_block_invoke + 136
10 libdispatch.dylib 0x2914 _dispatch_call_block_and_release + 32
11 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
12 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
13 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
14 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
15 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
16 libsystem_pthread.dylib 0xe94 start_wqthread + 8
JavaScriptCore bmalloc scavenger
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8254 _pthread_cond_wait + 1228
2 libc++.1.dylib 0x9ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3 JavaScriptCore 0x11b21d4 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
4 JavaScriptCore 0x11b69a4 bmalloc::Scavenger::threadRunLoop() + 340
5 JavaScriptCore 0x11b6544 bmalloc::Scavenger::Scavenger(std::__1::scoped_lock<bmalloc::Mutex> const&) + 14
6 JavaScriptCore 0x11b7a00 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*) + 46
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 CFNetwork 0x27a6a0 _CFURLStorageSessionCopyIdentifier + 59784
6 Foundation 0x6836c __NSThread__start__ + 808
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.CoreMotion.MotionThread
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 CoreFoundation 0x9fa78 CFRunLoopRun + 64
6 CoreMotion 0x13544 CLMotionActivity::isTypeInVehicle(CLMotionActivity::Type) + 21264
7 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
8 libsystem_pthread.dylib 0xea0 thread_start + 8
com.squareup.SocketRocket.NetworkThread
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 CoreFoundation 0x7688 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0xb97c __CFRunLoopRun + 1212
4 CoreFoundation 0x1f3b8 CFRunLoopRunSpecific + 600
5 Foundation 0x18354 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 236
6 FirebaseDatabase 0x52f20 -[_FSRRunLoopThread main] + 252
7 Foundation 0x6836c __NSThread__start__ + 808
8 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
9 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x21d0 select$DARWIN_EXTSN + 8
1 libsystem_kernel.dylib 0x21d0 __select + 8
2 CoreFoundation 0xaa740 __CFSocketManager + 648
3 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
4 libsystem_pthread.dylib 0xea0 thread_start + 8
DartWorker
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8280 _pthread_cond_wait + 1272
2 Flutter 0x5a221c (Missing)
3 Flutter 0x5e8634 (Missing)
4 Flutter 0x5a1b44 (Missing)
5 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
6 libsystem_pthread.dylib 0xea0 thread_start + 8
DartWorker
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8280 _pthread_cond_wait + 1272
2 Flutter 0x5a221c (Missing)
3 Flutter 0x5e8634 (Missing)
4 Flutter 0x5a1b44 (Missing)
5 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
6 libsystem_pthread.dylib 0xea0 thread_start + 8
DartWorker
0 libsystem_kernel.dylib 0x1f90 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x8280 _pthread_cond_wait + 1272
2 Flutter 0x5a221c (Missing)
3 Flutter 0x5e8634 (Missing)
4 Flutter 0x5a1b44 (Missing)
5 libsystem_pthread.dylib 0x19a4 _pthread_start + 148
6 libsystem_pthread.dylib 0xea0 thread_start + 8
com.apple.coremedia.displaymirroringobserver
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 CoreMedia 0xed740 FigXPCSendStdSetPropertyMessage + 132
7 MediaToolbox 0x252bc4 remoteXPCPlayer_SetProperty + 152
8 MediaToolbox 0x25f4a4 -[FigDisplayMirroringChangeObserver updatePlayerDisplayList] + 444
9 libdispatch.dylib 0x2914 _dispatch_call_block_and_release + 32
10 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
11 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
12 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
13 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
14 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0xe94 start_wqthread + 8
com.apple.coremedia.player.async.0x280e7c840.P/MH
0 libsystem_kernel.dylib 0x1504 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1b9c mach_msg + 76
2 libdispatch.dylib 0x1f27c _dispatch_mach_send_and_wait_for_reply + 520
3 libdispatch.dylib 0x1f62c dispatch_mach_send_with_result_and_wait_for_reply + 56
4 libxpc.dylib 0xeb9c xpc_connection_send_message_with_reply_sync + 240
5 CoreMedia 0xed5d0 FigXPCRemoteClientSendSyncMessageCreatingReply + 44
6 CoreMedia 0xed740 FigXPCSendStdSetPropertyMessage + 132
7 MediaToolbox 0x252bc4 remoteXPCPlayer_SetProperty + 152
8 MediaToolbox 0x13df30 playerasync_runOneCommand + 5316
9 MediaToolbox 0x1412e4 playerasync_runAsynchronousCommandOnQueue + 184
10 libdispatch.dylib 0x4660 _dispatch_client_callout + 20
11 libdispatch.dylib 0xbde4 _dispatch_lane_serial_drain + 672
12 libdispatch.dylib 0xc958 _dispatch_lane_invoke + 392
13 libdispatch.dylib 0x171a8 _dispatch_workloop_worker_thread + 656
14 libsystem_pthread.dylib 0x10f4 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0xe94 start_wqthread + 8
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
Thread
0 libsystem_pthread.dylib 0xe8c start_wqthread + 258
Thread
0 libsystem_kernel.dylib 0x1b2c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1140 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xe94 start_wqthread + 8
Thread
0 libsystem_kernel.dylib 0x1b2c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1140 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xe94 start_wqthread + 8
[✓] Flutter (Channel stable, 2.8.1, on macOS 12.1 21C52 darwin-x64, locale fr-FR)
• Flutter version 2.8.1 at /Users/foxtom/Desktop/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 77d935af4d (5 weeks ago), 2021-12-16 08:37:33 -0800
• Engine revision 890a5fca2e
• Dart version 2.15.1
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/foxtom/Library/Android/sdk
• Platform android-31, build-tools 31.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• CocoaPods version 1.11.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3)
• 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 11.0.10+0-b96-7281165)
[✓] VS Code (version 1.63.2)
• VS Code at /Users/foxtom/Desktop/Visual Studio Code.app/Contents
• Flutter extension version 3.32.0
[✓] Connected device (3 available)
• Tom’s iPhone (mobile) • 700c28e00d8978a132f439820a90d99c6327a990 • ios • iOS 15.2.1 19C63
• macOS (desktop) • macos • darwin-x64 • macOS 12.1 21C52 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 97.0.4692.71
• No issues found!