Reputation: 616
For the past months I have not been able to debug macOS or iOS apps through Xcode. What happens is the following:
lldb-rpc-server
.lldb-rpc-server
is killed.This OpenRadar has the same description.
I have tried re-installing Xcode (including command-line tools), but it didn't help. Any ideas?
Xcode: Version 9.3.1 (9E501)
MacOS: 10.13.4 (17E199)
Upvotes: 4
Views: 6923
Reputation: 183
I had received this warning msg when device was locked and I was running app on device, so when device is unlocked this warning goes
Upvotes: 0
Reputation: 616
The cause of this was that I had installed a GDB/LLDB-extension called Voltron. I was unaware that the installation also created/modified the .lldbinit
in the home folder. Removing this file fixed the issue. See also this issue for Voltron.
Got some very good help from Apple.
Upvotes: 3