Unable to attach lldb to SpringBoard

As I was following the section “Changing around values in registers” of Chapter 10, I am not able to attach lldb to SpringBoard process. It simply outputs unable to attach.

I am using Mojave (10.14) and Xcode 10.0.

Is there any workaround?

Hey @rmorbach, open up a Terminal window and run the following:

csrutil status

If SIP is enabled, you’ll need to disable it. Follow the instructions in chapter 1 to do that. If SIP is not enabled, there is something more that’s going on here.

This topic was automatically closed after 166 days. New replies are no longer allowed.