Post

Replies

Boosts

Views

Activity

Reply to Termination Reason: DYLD 4 Symbol missing
The same error on Xcode 16.2, my application crash at launch export with adhoc configuration Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: DYLD 4 Symbol missing Symbol not found: _$s10Foundation4DateV4GRDB24DatabaseValueConvertibleA2dEP08databaseE0AD0dE0VvgTW Referenced from: /Volumes/VOLUME//myapp.app/myapp Expected in: /Volumes/VOLUME//myapp.app/myapp (terminated at launch; ignore backtrace) Triggered by Thread: 0 Thread 0 Crashed: 0 dyld 0x1c4a31044 __abort_with_payload + 8 1 dyld 0x1c4a37c60 abort_with_payload_wrapper_internal + 104 2 dyld 0x1c4a37c94 abort_with_payload + 16 3 dyld 0x1c49ca8b0 dyld4::halt(char const*, dyld4::StructuredError const*) + 300 4 dyld 0x1c49cc5b4 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 4124 5 dyld 0x1c49f566c dyld4::start(dyld4::KernelArgs*, void*, void*)::$_0::operator()() const + 544 6 dyld 0x1c49f4bd0 start + 2188 can some body help, this question has really stuck me for a long time.
3w
Reply to Symbol missing when building in Xcode cloud with Xcode 16 beta and running on macOS 14.6
We are facing the same issue with latest Xcode 16.2 Release. The ipa exported with adhoc will crash on launch, but when i run it on Xcode ,it works fine device iOS 18.2.1 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: DYLD 4 Symbol missing Symbol not found: _$s10Foundation4DateV4GRDB24DatabaseValueConvertibleA2dEP08databaseE0AD0dE0VvgTW Referenced from: /Volumes/VOLUME//myapp.app/myapp Expected in: /Volumes/VOLUME//myapp.app/myapp (terminated at launch; ignore backtrace) Triggered by Thread: 0 Thread 0 Crashed: 0 dyld 0x1c4a31044 __abort_with_payload + 8 1 dyld 0x1c4a37c60 abort_with_payload_wrapper_internal + 104 2 dyld 0x1c4a37c94 abort_with_payload + 16 3 dyld 0x1c49ca8b0 dyld4::halt(char const*, dyld4::StructuredError const*) + 300 4 dyld 0x1c49cc5b4 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 4124 5 dyld 0x1c49f566c dyld4::start(dyld4::KernelArgs*, void*, void*)::$_0::operator()() const + 544 6 dyld 0x1c49f4bd0 start + 2188 I have tried set the project minimum deployment to iOS 15, it does not work
3w