App Crash with 'EXC_CRASH (SIGABRT)' Error - Missing Symbol Issue

Hello Apple Developer Community,

I'm encountering a crash issue while running my iOS application in the iOS Simulator. The crash is accompanied by the following error message:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: DYLD 4 Symbol missing
Symbol not found: _$sSo24OS_dispatch_queue_serialC8DispatchE10AttributesVMa
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/635DF164-98FC-48BB-81FD-BDAF562695EB/data/Containers/Bundle/Application/93882CE2-9B8E-4665-BCF2-5B4E0E557734/myapp.app/myapp
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 15.5.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib
(terminated at launch; ignore backtrace)

I'm currently using Xcode 15.0.1 and running the application on the iOS Simulator version 15.5.

Post not yet marked as solved Up vote post of amerexia123 Down vote post of amerexia123
360 views
  • Hi, did you ever figure out what was causing this crash? Seeing some of our users report the same issue.

Add a Comment