warning: failed to set breakpoint site at 0x... for breakpoint -6.1: error: 9 sending the breakpoint request

When I run my SwiftUI app on a physical iPhone, the app will randomly crash and print this to the console:

warning: failed to set breakpoint site at 0x... for breakpoint -6.1: error: 9 sending the breakpoint request

I don't understand because I don't have any breakpoints set. This is one of 5 with different memory addresses and different breakpoint names (-6.2, -7.1, etc.). This only happens on the iPhone and happens even when I don't touch anything and just open the app and let it sit.

Post not yet marked as solved Up vote post of gpost Down vote post of gpost
261 views
  • I did a few tests and it happens when my app uses too much memory (around 1.8 GB). But I am not sure, since it always happens at different memory usage (sometimes 1.5 GB, sometimes 1.8 GB...).

Add a Comment