Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
Hi, I'm facing the same problem.
After the replacing of the network system extension I saw this on the logs:
Default 0x0 561 0 sysextd: changing state of extension com.company.myapp.SysExtension to activated_enabled.
Activity 0x4e1f 153 0 authd: (Security) SecTrustEvaluateIfNecessary
Default 0x0 720 0 myapp: (NetworkExtension) [com.apple.networkextension:] Last disconnect error for *** VPN changed from "The VPN app used by the VPN configuration is not installed" to "The operation couldn’t be completed. (NEAgentErrorDomain error 2.)"
When I use the workaround for Apple bug 32073323 (and described here), adding exit(0) at the end of the stopTunnel() method, it solves the problem but I don't think that is the right way to solve it.