macOS application crashes on start

Hi ,

I'm experiencing a weird crash on macOS 13 Beta3 when the app starts and I don't know what's causing it.

I build this app in Xcode 14 Beta3 successfully and it can work normally in macOS <= 12.5

The Translated Report said that "Exception Type: EXC_CRASH (SIGKILL (Code Signature Invalid)) " & "Error Formulating Crash Report: dyld_process_snapshot_get_shared_cache failed" , I've tried so much to solve this problem but nothing worked.

Is there anyone who can give me any suggestions or ideas to where I dig further?

Thanks in advance for any suggestions.

Attachments below are the log detail.

Replies

If you copy the same executable to a macOS 12 system, does it work there?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • Yes , it does . It can work perfectly from install to uninstall.

Add a Comment

I got the same error as yours on my project. But until now I couldn't get any solution from Apple. MacMini x86_64 macOS Venture 13.2 Xcode 14.2

Sadly, asix replied using a comment so I didn’t see it )-: See tip 5 in Quinn’s Top Ten DevForums Tips.

With regards your issue, it’s hard to offer concrete advice without a crash report but you can find my general advice on this topic in Resolving Trusted Execution Problems. Please work through that and see what you uncover.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"