Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App is crashing in IOS #3

Open
mukundlal opened this issue Jan 11, 2023 · 0 comments
Open

App is crashing in IOS #3

mukundlal opened this issue Jan 11, 2023 · 0 comments

Comments

@mukundlal
Copy link

The app is crashing with this log while trying to run the app in ios
`-------------------------------------
Translated Report (Full Report Below)

Incident Identifier: 13AFF10E-943F-4FAC-919E-3D64EED89851
CrashReporter Key: AF4775EB-D666-D77D-7AAC-760D12362EE9
Hardware Model: MacBookAir10,1
Process: Runner [9293]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/B5F6E5BF-85C8-4DDB-AAB2-6AE31701FEFB/data/Containers/Bundle/Application/5D0AE399-D593-4D01-A246-17EFC838472C/Runner.app/Runner
Identifier: com.vdocipher.sampleFlutterApp
Version: 1.0.0 (1)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd_sim [1029]
Coalition: com.apple.CoreSimulator.SimDevice.B5F6E5BF-85C8-4DDB-AAB2-6AE31701FEFB [956]
Responsible Process: SimulatorTrampoline [981]

Date/Time: 2023-01-11 09:43:44.2870 +0530
Launch Time: 2023-01-11 09:43:41.9047 +0530
OS Version: macOS 13.0.1 (22A400)
Release Type: User
Report Version: 104

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x18040e7bc __exceptionPreprocess + 160
1 libobjc.A.dylib 0x180051144 objc_exception_throw + 56
2 AVFCore 0x1a61c87bc avcks_didProvideKeyRequest + 0
3 AVFCore 0x1a61c8a2c +[AVContentKeySession contentKeySessionWithKeySystem:] + 44
4 VdoFramework 0x100fd3810 0x100fb8000 + 112656
5 VdoFramework 0x100fd35ec 0x100fb8000 + 112108
6 libdispatch.dylib 0x180135768 _dispatch_client_callout + 16
7 libdispatch.dylib 0x180136f5c _dispatch_once_callout + 28
8 VdoFramework 0x100fe3c04 0x100fb8000 + 179204
9 VdoFramework 0x1010117a4 0x100fb8000 + 366500
10 VdoFramework 0x101011824 0x100fb8000 + 366628
11 CFNetwork 0x183eb4468 0x183e05000 + 717928
12 libdispatch.dylib 0x180133fa4 _dispatch_call_block_and_release + 24
13 libdispatch.dylib 0x180135768 _dispatch_client_callout + 16
14 libdispatch.dylib 0x180145018 _dispatch_main_queue_drain + 1220
15 libdispatch.dylib 0x180144b44 _dispatch_main_queue_callback_4CF + 40
16 CoreFoundation 0x180372ca4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12
17 CoreFoundation 0x18036d360 __CFRunLoopRun + 1956
18 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584
19 GraphicsServices 0x188ff7c98 GSEventRunModal + 160
20 UIKitCore 0x10710e37c -[UIApplication _run] + 868
21 UIKitCore 0x107112374 UIApplicationMain + 124
22 Runner 0x100d6af1c main + 64 (AppDelegate.swift:5)
23 dyld_sim 0x100f29fa0 start_sim + 20
24 dyld 0x101151e50 start + 2544
25 ??? 0xe24f800000000000 ???

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x1b054a120 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1b059e1e8 pthread_kill + 256
2 libsystem_c.dylib 0x180129e28 abort + 124
3 libc++abi.dylib 0x18023c0c0 abort_message + 128
4 libc++abi.dylib 0x18022c964 demangling_terminate_handler() + 300
5 libobjc.A.dylib 0x180032c78 _objc_terminate() + 124
6 libc++abi.dylib 0x18023b570 std::__terminate(void (*)()) + 16
7 libc++abi.dylib 0x18023b518 std::terminate() + 52
8 libdispatch.dylib 0x18013577c _dispatch_client_callout + 36
9 libdispatch.dylib 0x180136f5c _dispatch_once_callout + 28
10 VdoFramework 0x100fe3c04 0x100fb8000 + 179204
11 VdoFramework 0x1010117a4 0x100fb8000 + 366500
12 VdoFramework 0x101011824 0x100fb8000 + 366628
13 CFNetwork 0x183eb4468 0x183e05000 + 717928
14 libdispatch.dylib 0x180133fa4 _dispatch_call_block_and_release + 24
15 libdispatch.dylib 0x180135768 _dispatch_client_callout + 16
16 libdispatch.dylib 0x180145018 _dispatch_main_queue_drain + 1220
17 libdispatch.dylib 0x180144b44 _dispatch_main_queue_callback_4CF + 40
18 CoreFoundation 0x180372ca4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12
19 CoreFoundation 0x18036d360 __CFRunLoopRun + 1956
20 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584
21 GraphicsServices 0x188ff7c98 GSEventRunModal + 160
22 UIKitCore 0x10710e37c -[UIApplication _run] + 868
23 UIKitCore 0x107112374 UIApplicationMain + 124
24 Runner 0x100d6af1c main + 64 (AppDelegate.swift:5)
25 dyld_sim 0x100f29fa0 start_sim + 20
26 dyld 0x101151e50 start + 2544`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant