You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
After the call of manager?.connection.startVPNTunnel(options.... where manager is NETunnelProviderManager I don't get execution in override func startTunnel(options: [String : NSObject]?, completionHandler: @escaping (Error?) it is method in subclass of NEPacketTunnelProvider. This implementation works good on iOS and on macOS 11... but it doesn't work on macOS 10.15.7. Do you have any ideas/reason?
I added a lot of logs and as I understood my network extension doesn't load in memory at all. At the first it was iOS application but now it is MacCatalyst project. The version of OpenVPNAdapter is (0.7.0)
Also from the console I see Last disconnect error for APP changed from "none" to "The VPN app used by the VPN configuration is not installed"
The text was updated successfully, but these errors were encountered:
After the call of
manager?.connection.startVPNTunnel(options....
wheremanager
isNETunnelProviderManager
I don't get execution inoverride func startTunnel(options: [String : NSObject]?, completionHandler: @escaping (Error?)
it is method in subclass ofNEPacketTunnelProvider
. This implementation works good on iOS and on macOS 11... but it doesn't work on macOS 10.15.7. Do you have any ideas/reason?I added a lot of logs and as I understood my network extension doesn't load in memory at all. At the first it was iOS application but now it is MacCatalyst project. The version of
OpenVPNAdapter
is(0.7.0)
Also from the console I see
Last disconnect error for APP changed from "none" to "The VPN app used by the VPN configuration is not installed"
The text was updated successfully, but these errors were encountered: