iOS app getting crashed while login with Google

  1. SDK Version: 48.0.9
  2. “expo-auth-session”: “~4.0.3”,
  3. Platforms(Android/iOS/web/all): iOS

I am using expo-auth-seesion for Login with Google.
Feature is working in Android development build but app is getting crashed in testflight build.

Crash Report:

Thread 10 name:
Thread 10 Crashed:
0   libsystem_kernel.dylib        	0x00000001fc5c8200 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x000000020ca2a1ac pthread_kill + 268 (pthread.c:1670)
2   libsystem_c.dylib             	0x00000001c6ffdc8c abort + 180 (abort.c:118)
3   libc++abi.dylib               	0x000000020c96ab8c abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib               	0x000000020c95aa80 demangling_terminate_handler() + 336 (cxa_default_handlers.cpp:71)
5   libobjc.A.dylib               	0x00000001b8d09d3c _objc_terminate() + 144 (objc-exception.mm:498)
6   libc++abi.dylib               	0x000000020c969f28 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59)
7   libc++abi.dylib               	0x000000020c969ec4 std::terminate() + 56 (cxa_handlers.cpp:88)
8   libdispatch.dylib             	0x00000001c6f99ff0 _dispatch_client_callout + 40 (object.m:563)
9   libdispatch.dylib             	0x00000001c6fa1694 _dispatch_lane_serial_drain + 672 (inline_internal.h:2632)
10  libdispatch.dylib             	0x00000001c6fa21e0 _dispatch_lane_invoke + 384 (queue.c:3940)
11  libdispatch.dylib             	0x00000001c6face10 _dispatch_workloop_worker_thread + 652 (queue.c:6846)
12  libsystem_pthread.dylib       	0x000000020ca23df8 _pthread_wqthread + 288 (pthread.c:2618)
13  libsystem_pthread.dylib       	0x000000020ca23b98 start_wqthread + 8



Thread 10 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000020c96e0f5   x5: 0x000000016b5a2430   x6: 0x000000000000006e   x7: 0xffffffff00000c00
    x8: 0xb02919ce5a17cf22   x9: 0xb02919cf314dff22  x10: 0x0000000000000200  x11: 0x000000000000000b
   x12: 0x000000000000000b  x13: 0x00000000001ff800  x14: 0x00000000000007fb  x15: 0x00000000c1821823
   x16: 0x0000000000000148  x17: 0x000000016b5a3000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000000000f20f  x21: 0x000000016b5a30e0  x22: 0x0000000000000000  x23: 0x000000016b5a30e0
   x24: 0x0000000000000000  x25: 0x000000028134bd68  x26: 0x0000000000000114  x27: 0x0000000000000000
   x28: 0x00000002828dd3c0   fp: 0x000000016b5a23a0   lr: 0x000000020ca2a1ac
    sp: 0x000000016b5a2380   pc: 0x00000001fc5c8200 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Any support, what could be the issue and let me know if need more details.

CC: @wodin

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.