miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 673 forks source link

mediaPickerDidCancel and documentPickerWasCancelled error #1541

Closed dev3-tech closed 3 months ago

dev3-tech commented 4 months ago

Crashed: com.apple.main-thread 0 file_picker 0x770c -[FilePickerPlugin documentPickerWasCancelled:] + 24 1 UIKitCore 0x7ce9d0 -[UIDocumentPickerViewController _tellDelegateDocumentPickerWasCancelled] + 60 2 UIKitCore 0x2db7ac -[UIViewController dismissViewControllerWithTransition:completion:] + 2208 3 UIKitCore 0x31dd9c -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:] + 228 4 UIKitCore 0x292b98 -[_UIViewControllerTransitionContext _runAlongsideCompletions] + 112 5 UIKitCore 0x291c54 -[_UIViewControllerTransitionContext completeTransition:] + 116 6 UIKitCore 0x292d58 -[UITransitionView notifyDidCompleteTransition:] + 176 7 UIKitCore 0x2929a8 -[UITransitionView _didCompleteTransition:] + 828 8 UIKitCore 0xf5de3c UIVIEW_IS_EXECUTING_ANIMATION_COMPLETION_BLOCK__ + 28 9 UIKitCore 0xc5348 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 604 10 UIKitCore 0xc42fc -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 212 11 UIKitCore 0xc3b08 -[UIViewAnimationState animationDidStop:finished:] + 192 12 UIKitCore 0xc3c08 -[UIViewAnimationState animationDidStop:finished:] + 448 13 QuartzCore 0x124e8 CA::Layer::run_animation_callbacks(void*) + 228 14 libdispatch.dylib 0x64780 _dispatch_client_callout + 16 15 libdispatch.dylib 0x45e10 _dispatch_main_queue_drain + 888 16 libdispatch.dylib 0x45a88 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 36 17 CoreFoundation 0x919ac CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 18 CoreFoundation 0x75648 CFRunLoopRun + 2080 19 CoreFoundation 0x79d20 CFRunLoopRunSpecific + 584 20 GraphicsServices 0x1998 GSEventRunModal + 160 21 UIKitCore 0x371448 -[UIApplication _run] + 868 22 UIKitCore 0x3710c0 UIApplicationMain + 312 23 lock 0x8050 main + 7 (main.m:7) 24 ??? 0x1cb2f4344 (Missing)

Crashed: com.apple.main-thread 0 file_picker 0x76a8 -[FilePickerPlugin mediaPickerDidCancel:] + 24 1 MediaPlayer 0x12df7c + 148 2 MediaPlayer 0x153f64 + 44 3 UIKitCore 0xc56064 57-[_UIRemoteViewController _terminateUnconditionallyThen:]_block_invoke_3 + 208 4 libdispatch.dylib 0x5fa38 _dispatch_call_block_and_release + 24 5 libdispatch.dylib 0x607d4 _dispatch_client_callout + 16 6 libdispatch.dylib 0xe008 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068 7 CoreFoundation 0xaab20 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 8 CoreFoundation 0xa5a58 CFRunLoopRun + 1924 9 CoreFoundation 0xa4fb4 CFRunLoopRunSpecific + 436 10 GraphicsServices 0xa79c GSEventRunModal + 104 11 UIKitCore 0x8bcc38 UIApplicationMain + 212 12 lock 0x8050 main + 7 (main.m:7) 13 libdyld.dylib 0x18e0 start + 4

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.