Post

Replies

Boosts

Views

Activity

Reply to empty dSYM file detected - Xcode 16
Anyone found a fix for this? We also experience this problem. I just cannot build and run on either a simulator or device using Xcode 16. The app crashes on launch with the following stacktrace: #0 0x000000010595cf30 in __pthread_kill () #1 0x0000000104d9b124 in pthread_kill () #2 0x000000018016c4ec in abort () #3 0x0000000104b82f18 in abort_could_not_find_entry_point___debug_dylib () #4 0x0000000104b82744 in getDebugDylibEntryPoint () #5 0x0000000104b81f98 in __debug_blank_executor_main () #6 0x0000000104dd5410 in start_sim () #7 0x0000000104eda154 in start () And the following warning: warning: (arm64) /path/to/executable empty dSYM file detected, dSYM was created with an executable with no debug info.
Oct ’24
Reply to C++ exceptions on iOS
Any update to this? We also are looking for a way to turn of this catch-all of C exceptions by the RunLoop, so we get proper tracebacks in crash reports from uncaught C exceptions. Also makes this debugging easier, as it will break directly at the throw site.
Jul ’20