Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

App crash instantly when lauching on Release mode IOS only

$
0
0

i kinda frustated with this.

it is normal when im running on Debug mode even with Simulator or Device.then , i trying to manage it release mode, but it is instantly close wihout giving any error on JS side. it might be on Native code but i dont undertand how to deal with it.

i got logs from xcode > window > device and simulator > phone > view logs > error logs

here's the logs :

Date/Time:           2020-04-28 18:41:59.4120 +0700Launch Time:         2020-04-28 18:41:58.1507 +0700OS Version:          iPhone OS 13.4 (17E255)Release Type:        UserBaseband Version:    4.02.02Report Version:      104Exception Type:  EXC_BAD_ACCESS (SIGBUS)Exception Subtype: KERN_PROTECTION_FAILURE at 0x00000001fe4d01c0VM Region Info: 0x1fe4d01c0 is in 0x1fe4ceff0-0x1fe4d7170;  bytes after start: 4560  bytes before end: 28591      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL      __DATA_DIRTY           00000001fe4cedb8-00000001fe4ceff0 [   568] rw-/rw- SM=COW  ...em_info.dylib--->  __DATA_DIRTY           00000001fe4ceff0-00000001fe4d7170 [   32K] rw-/rw- SM=COW  ...oreFoundation      __DATA_DIRTY           00000001fe4d7170-00000001fe4d72d0 [   352] rw-/rw- SM=COW  ...ConfigurationTermination Signal: Bus error: 10Termination Reason: Namespace SIGNAL, Code 0xaTerminating Process: exc handler [964]Triggered by Thread:  14Thread 0 name:  Dispatch queue: com.apple.main-threadThread 0:0   libsystem_kernel.dylib          0x00000001b13d1198 mach_msg_trap + 81   libsystem_kernel.dylib          0x00000001b13d060c mach_msg + 722   CoreFoundation                  0x00000001b157b3b4 __CFRunLoopServiceMachPort + 1483   CoreFoundation                  0x00000001b15763e8 __CFRunLoopRun + 11604   CoreFoundation                  0x00000001b1575c34 CFRunLoopRunSpecific + 4245   GraphicsServices                0x00000001bb6bf38c GSEventRunModal + 1606   UIKitCore                       0x00000001b56a822c UIApplicationMain + 19327   Yogya                           0x000000010052c660 main + 18016 (__hidden#96_:14)8   libdyld.dylib                   0x00000001b13fd800 start + 4Thread 1:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 2:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 3:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 4 name:  Dispatch queue: com.apple.network.connectionsThread 4:0   libnetwork.dylib                0x00000001b3b898d0 -[NWConcrete_nw_address_endpoint type] + 01   libnetwork.dylib                0x00000001b3b95be0 nw_endpoint_get_address + 842   libnetwork.dylib                0x00000001b39bce28 nw_path_create_necp_parameters + 41443   libnetwork.dylib                0x00000001b3bd140c nw_path_evaluator_evaluate + 3244   libnetwork.dylib                0x00000001b3bd0fe0 nw_path_create_evaluator_for_endpoint + 7805   libnetwork.dylib                0x00000001b39e2d3c nw_association_activate + 1406   libnetwork.dylib                0x00000001b39e2248 nw_association_register + 2407   libnetwork.dylib                0x00000001b38ff724 nw_endpoint_handler_initialize_association + 2368   libnetwork.dylib                0x00000001b3908c48 nw_endpoint_handler_start + 11449   libnetwork.dylib                0x00000001b3af4768 nw_endpoint_resolver_start_next_child + 365610  libdispatch.dylib               0x00000001b12c3524 _dispatch_client_callout + 1611  libdispatch.dylib               0x00000001b126be98 _dispatch_continuation_pop$VARIANT$mp + 41212  libdispatch.dylib               0x00000001b127c430 _dispatch_source_invoke$VARIANT$mp + 127613  libdispatch.dylib               0x00000001b1271370 _dispatch_workloop_invoke$VARIANT$mp + 161214  libdispatch.dylib               0x00000001b127978c _dispatch_workloop_worker_thread + 58815  libsystem_pthread.dylib         0x00000001b1314b74 _pthread_wqthread + 27216  libsystem_pthread.dylib         0x00000001b1317740 start_wqthread + 8Thread 5:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 6:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 7:0   libsystem_pthread.dylib         0x00000001b1317738 start_wqthread + 0Thread 8 name:  com.apple.uikit.eventfetch-threadThread 8:

unfortunattely , i cannot read any of error there, because i just code on JS side, not native one. someone maybe can help me with this


Viewing all articles
Browse latest Browse all 16552

Trending Articles