My APP contains a Unix Domain Socket inside the Network Extension that is for communication between UI and Network Extension .
It had been made a connection between UI and Network Extension within App Extension. But after the Network Extension moved to System Extension, It can't make the connection anymore.
Because every directories are made by NSFileManager under
I try to debug with XCode but it doesn't work. I already turned off the SIP. And set
But it doesn't help.
Is there a way to debug System Extension with XCode?
It had been made a connection between UI and Network Extension within App Extension. But after the Network Extension moved to System Extension, It can't make the connection anymore.
Because every directories are made by NSFileManager under
Code Block /var/root/
So, The client socket that in UI Process could not made a connection to the socket server inside System Extension ( include Network Extension )I try to debug with XCode but it doesn't work. I already turned off the SIP. And set
Code Block systemextensionctrl developer on
But it doesn't help.
Is there a way to debug System Extension with XCode?