Hello, DevToDev! For the Flutter app, I wrote a wrapper module that integrates the iOS sdk.
I get crashes periodically
EXC_BREAKPOINT 0x000000010336e1e4
Crashed: com.devtodev.configQueue (QOS: DEFAULT)
0 Glofy 0x8861e4 BackendRepository.requestIdentification(_:_:) + 4353352164
1 Glofy 0x89b0cc ConfigService.getBackendIdentifiers(attempt:_:_:_:) + 4353437900
2 Glofy 0x89aef8 closure #1 in ConfigService.receiveUserBackendIds() + 4353437432
3 Glofy 0x112f24 <deduplicated_symbol> + 4345540388
4 Foundation 0x18354 <deduplicated_symbol> + 24
5 Foundation 0x17f44 -[NSBlockOperation main] + 96
6 Foundation 0x18074 __NSOPERATION_IS_INVOKING_MAIN__ + 16
7 Foundation 0x17b14 -[NSOperation start] + 640
8 Foundation 0x17edc __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16
9 Foundation 0x17798 __NSOQSchedule_f + 164
10 libdispatch.dylib 0x11450 _dispatch_block_async_invoke2 + 148
11 libdispatch.dylib 0x1b7fc _dispatch_client_callout + 16
12 libdispatch.dylib 0x6664 _dispatch_continuation_pop + 596
13 libdispatch.dylib 0x5cd8 _dispatch_async_redirect_invoke + 580
14 libdispatch.dylib 0x13f48 _dispatch_root_queue_drain + 364
15 libdispatch.dylib 0x146fc _dispatch_worker_thread2 + 180
16 libsystem_pthread.dylib 0x137c _pthread_wqthread + 232
17 libsystem_pthread.dylib 0x8c0 start_wqthread + 8
A crash usually occurs 1-2 minutes after the app is launched.
The latest sdk version is being used
I couldn't find any leads, and as far as I understand, the error is happening somewhere inside the sdk library.
What is the reason for a crash? The wrapper code can be viewed here
Hello, DevToDev! For the Flutter app, I wrote a wrapper module that integrates the iOS sdk.
I get crashes periodically
A crash usually occurs 1-2 minutes after the app is launched.
The latest sdk version is being used
I couldn't find any leads, and as far as I understand, the error is happening somewhere inside the sdk library.
What is the reason for a crash? The wrapper code can be viewed here