Expo Testflight app crash on start. works fine on real device and simulator

Please provide the following:

  1. SDK Version: 4.7.2
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Expo Testflight app crash on start with bare workflow start. works fine on real device and simulator. I’m not able to reproduce on any other environment including usind -no-dev minify mode. I’m using eas build for my app.

Here’s a part of the crash log:

Incident Identifier: 8E9BE243-8476-4ED1-A1BD-D96B612ADA00
Hardware Model: iPhone11,6
Process: Drinkol [19222]
Path: /private/var/containers/Bundle/Application/AE5F745C-4FB4-46FD-95DF-1590598F327D/Drinkol.app/Drinkol
Identifier: org.name.Drinkol
Version: 1.0.2 (1.0.0)
AppStoreTools: 12E506
AppVariant: 1:iPhone11,6:14
Beta: YES
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: org.name.Drinkol [2190]

Date/Time: 2021-07-12 19:15:07.4690 +0800
Launch Time: 2021-07-12 19:15:07.0995 +0800
OS Version: iPhone OS 14.6 (18F72)
Release Type: User
Baseband Version: 3.04.01
Report Version: 104

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

Last Exception Backtrace:
0 CoreFoundation 0x18f766754 _exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x1a422d7a8 objc_exception_throw + 60 (objc-exception.mm:565)
2 Drinkol 0x100e11b9c RCTFatal + 668 (RCTAssert.m:145)
3 Drinkol 0x100e8e3e8 -[RCTExceptionsManager reportFatal:stack:exceptionId:suppressRedBox:] + 492 (RCTExceptionsManager.mm:76)
4 Drinkol 0x100e8ee1c -[RCTExceptionsManager reportException:] + 1532 (RCTExceptionsManager.mm:145)
5 CoreFoundation 0x18f76b774 invoking
+ 148
6 CoreFoundation 0x18f63ed44 -[NSInvocation invoke] + 380 (NSForwarding.m:3448)
7 CoreFoundation 0x18f63f348 -[NSInvocation invokeWithTarget:] + 80 (NSForwarding.m:3549)
8 Drinkol 0x100e41b88 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 460 (RCTModuleMethod.mm:584)
9 Drinkol 0x100e43d0c facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 244 (RCTNativeModule.mm:114)
10 Drinkol 0x100e43a70 operator() + 44 (RCTNativeModule.mm:75)
11 Drinkol 0x100e43a70 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 88 (RCTNativeModule.mm:67)
12 libdispatch.dylib 0x18f351a84 _dispatch_call_block_and_release + 32 (init.c:1466)
13 libdispatch.dylib 0x18f35381c _dispatch_client_callout + 20 (object.m:559)
14 libdispatch.dylib 0x18f35b004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
15 libdispatch.dylib 0x18f35bc00 _dispatch_lane_invoke + 404 (queue.c:3862)
16 libdispatch.dylib 0x18f3664bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
17 libsystem_pthread.dylib 0x1db2ca7a4 0x1db2c7000 + 14244
18 libsystem_pthread.dylib 0x1db2d174c 0x1db2c7000 + 42828

Thread 0 name:

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