Giter Club home page Giter Club logo

Comments (14)

angelprzz avatar angelprzz commented on May 26, 2024 1

@brentvatne I found a way to replicate the error.

  1. Install a new blank Expo project npx create-expo-app -t expo-template-blank-typescript
  2. Install expo-updates.
  3. Run npx expo run:ios and the project will crash.

Packages Versions:

  • expo: 50.0.14
  • expo-updates: 0.24.12
  • react: 18.2.0
  • react-native": 0.73.6

Local environment:

  • node: 18.18.0
  • cocoapods: 1.13.0
  • xcode: 15.2

Let me know if you need more information.

from expo.

watadarkstar avatar watadarkstar commented on May 26, 2024

Crash log:

testflight_feedback (2).zip

from expo.

watadarkstar avatar watadarkstar commented on May 26, 2024

Potential Solution

The docs mention to do this:
https://docs.expo.dev/versions/latest/sdk/updates/#example-appjson-with-config-plugin

{
  "expo": {
    "plugins": [
      [
        "expo-updates",
        {
          "username": "account-username"
        }
      ]
    ]
  }
}

But when I remove that code the app no longer crashes in TestFlight.

EDIT: It got removed from the docs after a convo with @brentvatne
8886db4

from expo.

meftunca avatar meftunca commented on May 26, 2024

I have a similar problem.

from expo.

stianko avatar stianko commented on May 26, 2024

I have a similar issue which started sometime at least in the last 48 hours.
Testflight and android builds are crashing when triggering Updates.fetchUpdateAsync() manually first time after install on device. When I relaunch the apps and try to manually trigger Updates.fetchUpdateAsync() nothing happens, and the update id is not changing.

The username as mentioned above was not present in my config.

Crash log from ios looks kinda similar, but I'm not sure what to look for.

Incident Identifier: 29C15F9E-21C4-4A6F-AA2E-CCEB3FAA962B
Distributor ID:      com.apple.TestFlight
Hardware Model:      iPhone16,2
Process:             MYAPP [16715]
Path:                /private/var/containers/Bundle/Application/31815DEF-65AD-4602-9981-B8ADF559633C/MYAPP.app/MYAPP
Identifier:          com.MYAPPas.MYAPPmappexpo
Version:             1.0.0 (24)
AppStoreTools:       15E204
AppVariant:          1:iPhone16,2:17.4
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.MYAPPas.MYAPPmappexpo [4621]

Date/Time:           2024-04-05 11:12:09.4406 +0200
Launch Time:         2024-04-05 11:12:03.9883 +0200
OS Version:          iPhone OS 17.4.1 (21E236)
Release Type:        User
Baseband Version:    1.55.04
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: MYAPP [16715]

Triggered by Thread:  15

Last Exception Backtrace:
0   CoreFoundation                	0x1a1656b28 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x1994a2f78 objc_exception_throw + 60 (objc-exception.mm:356)
2   CoreFoundation                	0x1a16dc148 -[NSException raise] + 16 (NSException.m:129)
3   MYAPP                       	0x100f1cce0 StartupProcedure.throwException(_:) + 16 (StartupProcedure.swift:350)
4   MYAPP                       	0x100f1cce0 protocol witness for ErrorRecoveryDelegate.throwException(_:) in conformance StartupProcedure + 16 (<compiler-generated>:349)
5   MYAPP                       	0x100f1cce0 ErrorRecovery.crash() + 2572 (ErrorRecovery.swift:281)
6   MYAPP                       	0x100f1ba9c ErrorRecovery.runNextTask() + 824 (ErrorRecovery.swift:194)
7   MYAPP                       	0x100f1bedc ErrorRecovery.waitForRemoteLoaderToFinish() + 504 (ErrorRecovery.swift:202)
8   MYAPP                       	0x100f1b8fc ErrorRecovery.runNextTask() + 408 (ErrorRecovery.swift:185)
9   MYAPP                       	0x100f1bc84 closure #1 in ErrorRecovery.startPipeline(withEncounteredError:) + 380 (ErrorRecovery.swift:172)
10  MYAPP                       	0x100eea898 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 (<compiler-generated>:0)
11  libdispatch.dylib             	0x1a946513c _dispatch_call_block_and_release + 32 (init.c:1530)
12  libdispatch.dylib             	0x1a9466dd4 _dispatch_client_callout + 20 (object.m:576)
13  libdispatch.dylib             	0x1a946e400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
14  libdispatch.dylib             	0x1a946ef30 _dispatch_lane_invoke + 380 (queue.c:3991)
15  libdispatch.dylib             	0x1a9479cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
16  libdispatch.dylib             	0x1a9479528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
17  libsystem_pthread.dylib       	0x1fd54cf20 _pthread_wqthread + 288 (pthread.c:2665)
18  libsystem_pthread.dylib       	0x1fd54cfc0 start_wqthread + 8

Kernel Triage:
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter


Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a15a001c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a159df04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a159d968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   GraphicsServices              	0x00000001e58934e0 GSEventRunModal + 164 (GSEvent.c:2196)
8   UIKitCore                     	0x00000001a3a10edc -[UIApplication _run] + 888 (UIApplication.m:3692)
9   UIKitCore                     	0x00000001a3a10518 UIApplicationMain + 340 (UIApplication.m:5282)
10  MYAPP                       	0x0000000100eb4408 main + 80 (main.m:7)
11  dyld                          	0x00000001c4abed84 start + 2240 (dyldMain.cpp:1298)

Thread 1:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a15a001c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a159df04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a159d968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Foundation                    	0x00000001a042c4a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x00000001a04564e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x00000001a3973ac8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1201)
10  Foundation                    	0x00000001a049da9c __NSThread__start__ + 732 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
12  libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 8:
0   libsystem_kernel.dylib        	0x00000001e9ac62f8 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001a94b3ea0 nanosleep + 220 (nanosleep.c:104)
2   libsystem_c.dylib             	0x00000001a94c2158 sleep + 52 (sleep.c:62)
3   MYAPP                       	0x000000010135a2b4 monitorCachedData + 676 (SentryCrashCachedData.c:145)
4   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
5   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9aca0cc thread_suspend + 112 (thread_actUser.c:1036)
3   MYAPP                       	0x0000000101366040 handleExceptions + 128 (SentryCrashMonitor_MachException.c:306)
4   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
5   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   MYAPP                       	0x000000010136606c handleExceptions + 172 (SentryCrashMonitor_MachException.c:314)
5   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
6   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001e9ac62f8 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001a94b3ea0 nanosleep + 220 (nanosleep.c:104)
2   Foundation                    	0x00000001a0b516c0 +[NSThread sleepForTimeInterval:] + 160 (NSThread.m:527)
3   MYAPP                       	0x0000000101348d60 -[SentryANRTracker detectANRs] + 560 (SentryANRTracker.m:105)
4   Foundation                    	0x00000001a049da9c __NSThread__start__ + 732 (NSThread.m:991)
5   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
6   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 12:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a15a001c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a159df04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a159d968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CFNetwork                     	0x00000001a28fcc48 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479)
8   Foundation                    	0x00000001a049da9c __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
10  libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 14:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 15 name:
Thread 15 Crashed:
0   libsystem_kernel.dylib        	0x00000001e9ace974 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001fd5510ec pthread_kill + 268 (pthread.c:1717)
2   libsystem_c.dylib             	0x00000001a951fb80 abort + 180 (abort.c:118)
3   libc++abi.dylib               	0x00000001fd470ccc abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib               	0x00000001fd460e84 demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
5   libobjc.A.dylib               	0x00000001994a60bc _objc_terminate() + 144 (objc-exception.mm:496)
6   MYAPP                       	0x00000001013658bc sentrycrashcm_cppexception_callOriginalTerminationHandler + 16 (SentryCrashMonitor_CPPException.cpp:104)
7   MYAPP                       	0x00000001013658bc CPPExceptionTerminate() + 136 (SentryCrashMonitor_CPPException.cpp:181)
8   libc++abi.dylib               	0x00000001fd470090 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
9   libc++abi.dylib               	0x00000001fd470034 std::terminate() + 108 (cxa_handlers.cpp:88)
10  libdispatch.dylib             	0x00000001a9466de8 _dispatch_client_callout + 40 (object.m:579)
11  libdispatch.dylib             	0x00000001a946e400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
12  libdispatch.dylib             	0x00000001a946ef30 _dispatch_lane_invoke + 380 (queue.c:3991)
13  libdispatch.dylib             	0x00000001a9479cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
14  libdispatch.dylib             	0x00000001a9479528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
15  libsystem_pthread.dylib       	0x00000001fd54cf20 _pthread_wqthread + 288 (pthread.c:2665)
16  libsystem_pthread.dylib       	0x00000001fd54cfc0 start_wqthread + 8

Thread 16:
0   libsystem_pthread.dylib       	0x00000001fd54cfb8 start_wqthread + 0

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        	0x00000001e9ac649c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001fd54c590 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001b1942598 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::r... + 100 (condition_variable.cpp:75)
3   hermes                        	0x0000000102859d04 hermes::vm::sampling_profiler::Sampler::timerLoop() + 380
4   hermes                        	0x000000010285abf8 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (hermes::vm::sampling_profiler... + 64
5   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
6   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   MYAPP                       	0x00000001013a56c4 sentry::profiling::(anonymous namespace)::samplingThreadMain(void*) + 280 (SentrySamplingProfiler.cpp:55)
5   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
6   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a15a001c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a159df04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a159d968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   MYAPP                       	0x0000000101130f60 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:332)
8   Foundation                    	0x00000001a049da9c __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
10  libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 20 name:
Thread 20:
0   libsystem_kernel.dylib        	0x00000001e9ac649c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001fd54c590 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001b1942504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:45)
3   hermes                        	0x00000001028b8108 hermes::vm::HadesGC::Executor::worker() + 316
4   hermes                        	0x00000001028b7fa8 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, hermes::vm::HadesGC::Executor::Exec... + 44
5   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
6   libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8

Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib        	0x00000001e9ac5af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001e9ac5890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001e9ac57a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001e9ac55e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a15a001c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a159df04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a159d968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CoreFoundation                	0x00000001a159d6cc CFRunLoopRun + 64 (CFRunLoop.c:3446)
8   CoreMotion                    	0x00000001ae56a3c0 CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376)
9   libsystem_pthread.dylib       	0x00000001fd54da90 _pthread_start + 136 (pthread.c:927)
10  libsystem_pthread.dylib       	0x00000001fd54cfcc thread_start + 8


Thread 15 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00000001fd4752c3   x5: 0x000000016f9b23c0   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x46cfbea3a7a44964   x9: 0x46cfbea2c83f7964  x10: 0x0000000000000200  x11: 0x000000016f9b1ef0
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x000000016f9b3000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000000000be03  x21: 0x000000016f9b30e0  x22: 0x0000000000000114  x23: 0x000000016f9b30e0
   x24: 0x0000000303ab1468  x25: 0x0000000000000000  x26: 0x0000000000000000  x27: 0x00000003001c3300
   x28: 0x0000000000000000   fp: 0x000000016f9b2330   lr: 0x00000001fd5510ec
    sp: 0x000000016f9b2310   pc: 0x00000001e9ace974 cpsr: 0x40001000
   esr: 0x56000080  Address size fault


Binary Images:
        0x100eac000 -         0x101937fff MYAPP arm64  <efd5b5a1dc8d391dba411a781ea228a5> /private/var/containers/Bundle/Application/31815DEF-65AD-4602-9981-B8ADF559633C/MYAPP.app/MYAPP
        0x101cb8000 -         0x101cc3fff libobjc-trampolines.dylib arm64e  <19bc6b58cbf535a583a5fc742451547d> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x1027ec000 -         0x1029bbfff hermes arm64  <52dbb7f0f6153cb3af630ab25e54ae6d> /private/var/containers/Bundle/Application/31815DEF-65AD-4602-9981-B8ADF559633C/MYAPP.app/Frameworks/hermes.framework/hermes
        0x199478000 -         0x1994c5cc3 libobjc.A.dylib arm64e  <412fd1f44107344388efb3760778f6a7> /usr/lib/libobjc.A.dylib
        0x1a0401000 -         0x1a0f8cfff Foundation arm64e  <d92e19c162993e948614c505d5abccdb> /System/Library/Frameworks/Foundation.framework/Foundation
        0x1a156a000 -         0x1a1a97fff CoreFoundation arm64e  <3a5f992ad1cd312ebd2ef7c66343a417> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x1a26a2000 -         0x1a2a7efff CFNetwork arm64e  <a0da81af67733a72a9a5264f31047a16> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x1a37e6000 -         0x1a52f6fff UIKitCore arm64e  <7bf01cfc23f1326aafd8ad967ffece28> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x1a9463000 -         0x1a94a9fff libdispatch.dylib arm64e  <b7d9d0a6241437f29d031a25a474e2cf> /usr/lib/system/libdispatch.dylib
        0x1a94aa000 -         0x1a9527fff libsystem_c.dylib arm64e  <3b5201c515d0335fa91d0c63e1f6c6dc> /usr/lib/system/libsystem_c.dylib
        0x1ae281000 -         0x1ae74afff CoreMotion arm64e  <1e51658a881b3bbb95c26c7c9701e878> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
        0x1b1935000 -         0x1b19befff libc++.1.dylib arm64e  <0682656017af331a8255de4246279bca> /usr/lib/libc++.1.dylib
        0x1c4ab9000 -         0x1c4b45be3 dyld arm64e  <7be2b7573b3d3e918cb774f3887660c7> /usr/lib/dyld
        0x1e5890000 -         0x1e5898fff GraphicsServices arm64e  <4cb7e98636bf38018f495d8c3c4a2127> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
        0x1e9ac4000 -         0x1e9afdfef libsystem_kernel.dylib arm64e  <db493af363b132209dd8dd4f86bddfc8> /usr/lib/system/libsystem_kernel.dylib
        0x1fd45c000 -         0x1fd477ffb libc++abi.dylib arm64e  <e14c495696043a9f9ec7f15a261f9b43> /usr/lib/libc++abi.dylib
        0x1fd54b000 -         0x1fd557fff libsystem_pthread.dylib arm64e  <a70c0def058c3cb09ec1453aa7f39df9> /usr/lib/system/libsystem_pthread.dylib

EOF

from expo.

angelprzz avatar angelprzz commented on May 26, 2024

I have the same problem

from expo.

brentvatne avatar brentvatne commented on May 26, 2024

closing until we have a minimal repro

from expo.

expo-bot avatar expo-bot commented on May 26, 2024

Hi there! It looks like your issue requires a minimal reproducible example, but it is invalid or absent. Please prepare such an example and share it in a new issue.

The best way to get attention to your issue is to provide a clean and easy way for a developer to reproduce the issue on their own machine. Please do not provide your entire project, or a project with more code than is necessary to reproduce the issue.

A side benefit of going through the process of narrowing down the minimal amount of code needed to reproduce the issue is that you may get lucky and discover that the bug is due to a mistake in your application code that you can quickly fix on your own.

Resources

Common concerns

"I've only been able to reproduce it in private, proprietary code"

You may not have spent enough time narrowing down the root cause of the issue. Try out the techniques discussed in this manual debugging guide to learn how to isolate the problem from the rest of your codebase.

"I didn't have time to create one"

That's understandable, it can take some time to prepare. We ask that you hold off on filing an issue until you are able to fully complete the required fields in the issue template.

"You can reproduce it by yourself by creating a project and following these steps"

This is useful knowledge, but it's still valuable to have the resulting project that is produced from running the steps, where you have verified you can reproduce the issue.

from expo.

expo-bot avatar expo-bot commented on May 26, 2024

Thank you for filing this issue!
This comment acknowledges we believe this may be a bug and there’s enough information to investigate it.
However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.

from expo.

brentvatne avatar brentvatne commented on May 26, 2024

@angelprzz - makes sense. I followed those steps and I couldn't repro though. please share a repository on github that you have reproduced this in. here's my repository: https://github.com/brentvatne/angelprzz

from expo.

brentvatne avatar brentvatne commented on May 26, 2024

also, be sure to refer to the appropriate guides on troubleshooting updates configuration:

from expo.

angelprzz avatar angelprzz commented on May 26, 2024

@brentvatne I just run your repo and I still got the same error. Cocoapods doesn't even install during the prebuild. This is what I get (I'm using CocoaPods 1.13.0)

angel@Angels-MacBook-Pro angelprzz % npm run ios

> [email protected] ios
> expo run:ios

✔ Created native directory
✔ Updated package.json | no changes
✔ Finished prebuild
⚠️  Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=dlopen%28%2Fopt%2Fhomebrew%2FCellar%2Fcocoapods%2F1.13.0%2Flibexec%2Fgems%2Fffi-1.16.1%2Flib%2Fffi_c.bundle%2C+0x0009%29%3A+Library+not+loaded%3A+%2Fopt%2Fhomebrew%2Fopt%2Fruby%2Flib%2Flibruby.3.2.dylib%0A++Referenced+from%3A+%3C19B5DEEF-635B-3BDA-AE8D-E25C96AF4B52%3E+%2Fopt%2Fhomebrew%2FCellar%2Fcocoapods%2F1.13.0%2Flibexec%2Fgems%2Fffi-1.16.1%2Flib%2Fffi_c.bundle%0A++Reason%3A+tried%3A+%27%2Fopt%2Fhomebrew%2Fopt%2Fruby%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29%2C+%27%2FSystem%2FVolumes%2FPreboot%2FCryptexes%2FOS%2Fopt%2Fhomebrew%2Fopt%2Fruby%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29%2C+%27%2Fopt%2Fhomebrew%2Fopt%2Fruby%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29%2C+%27%2Fopt%2Fhomebrew%2FCellar%2Fruby%2F3.3.0%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29%2C+%27%2FSystem%2FVolumes%2FPreboot%2FCryptexes%2FOS%2Fopt%2Fhomebrew%2FCellar%2Fruby%2F3.3.0%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29%2C+%27%2Fopt%2Fhomebrew%2FCellar%2Fruby%2F3.3.0%2Flib%2Flibruby.3.2.dylib%27+%28no+such+file%29+-+%2Fopt%2Fhomebrew%2FCellar%2Fcocoapods%2F1.13.0%2Flibexec%2Fgems%2Fffi-1.16.1%2Flib%2Fffi_c.bundle&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...

› Planning build

› 0 error(s), and 0 warning(s)

CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.
To view more error logs, try building the app with Xcode directly, by opening /Users/angel/Projects/angelprzz/ios/angelprzz.xcodeproj.

Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/angel/Projects/angelprzz/ios/angelprzz.xcodeproj -configuration Debug -scheme angelprzz -destination id=806D4E45-8849-423C-A508-7363C6D43DF6

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Prepare packages

ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'angelprzz' in project 'angelprzz' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription
Build description signature: 95aa9a6975a813a386b8fbe1645a474d
Build description path: /Users/angel/Library/Developer/Xcode/DerivedData/angelprzz-dffdcguqyidtglapeosnmkqipdpc/Build/Intermediates.noindex/XCBuildData/95aa9a6975a813a386b8fbe1645a474d.xcbuilddata

/Users/angel/Projects/angelprzz/ios/Pods/Target Support Files/Pods-angelprzz/Pods-angelprzz.debug.xcconfig:1:1: error: unable to open configuration settings file
note: Run script build phase 'Bundle React Native code and images' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'angelprzz' from project 'angelprzz')


--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:806D4E45-8849-423C-A508-7363C6D43DF6, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:806D4E45-8849-423C-A508-7363C6D43DF6, OS:17.2, name:iPhone 15 }
** BUILD FAILED **

Build logs written to /Users/angel/Projects/angelprzz/.expo/xcodebuild.log

from expo.

brentvatne avatar brentvatne commented on May 26, 2024

@angelprzz - update your cocoapods version. i'm using 1.15.2 locally

from expo.

angelprzz avatar angelprzz commented on May 26, 2024

@brentvatne Finally! I upgraded to CocoaPods to v1.15.2 and now it works. Looks like expo-updates 0.24 has some incompatibility issues with CocoaPods 1.13. Thanks Brent!

from expo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.