Posts

Post not yet marked as solved
3 Replies
1.5k Views
Hello, I'm trying to run an app (React native app) into the iOS 16 beta version on a real device using the xcode-beta to generate the build, but I'm getting the following error: Exception Type: EXC_GUARD (SIGKILL) Exception Subtype: GUARD_TYPE_MACH_PORT Exception Message: mach_msg_trap() called with msgh_id 4808. The trap is not allowed on this platform. Exception Codes: 0x00000000000012c8, 0x0000000000000000 Termination Reason: GUARD 2305843022098600648 The app runs just fine on iOS 15, and for iOS 16 simulator as well. I've tried to use the react native template app, adding the dependencies and podfile config to reproduce the issue, but I couldn't. Do you have any ideia of what this could be?
Posted Last updated
.