-
Notifications
You must be signed in to change notification settings - Fork 74
Failed to save configuration: Error Domain=NEVPNErrorDomain Code=5 "IPC failed" #1
Comments
Oh yes, there are 2 things about NetworkExtension: you cannot run on simulator, and you need entitlements even you just debug on your iPhone without releasing. BTW this project is unfinished and I'm kinda abandoned it because of my procrastination -_-||| . I will finish this (with an elaborate installation guide) if you really need it :) |
Thanks for the info. I was able to get the entitlements set up. Did you ever establish a VPN connection using the current code that you have now? |
Yes, I just complete this repo, and it works fine on my iPhone, with server side setup. |
I just followed the instructions from both repos. I am still getting this as thew output in the console VPN Status changed: VPN status is always invalid |
My bad, my instructions are not elaborate enough. Here it is.
Q.E.D. |
Hi Touchcore, does this work for you? I am closing this issue if it does. |
I will try this today and get back to you. Thanks a lot! |
I got it working. However, the following method is never called in PacketTunnelProvider.swift: |
To verify it's called, you might need to set a break point and debug after Xcode attach to |
For some reason I can establish a vpn connection but no methods in the PacketTunnel Provider file are ever called. This is my stackoverflow link http://stackoverflow.com/questions/42701530/packettunnelprovider-network-extension-not-called-swift-3 |
@lxdcn |
@visionstech were you able to overcome this Connecting-Disconnected problem? |
Any update on this issue ? |
Hi Sir, Do you able to solve the Connecting-Disconnected problem? |
Yes, In my case I was missing an additional Capability for |
When I try to run the app, I get the following error:
Failed to save configuration: Error Domain=NEVPNErrorDomain Code=5 "IPC failed" UserInfo={NSLocalizedDescription=IPC failed}
Error Domain=NEVPNErrorDomain Code=5 "IPC failed" UserInfo={NSLocalizedDescription=IPC failed}
Go!
Error Domain=NEVPNErrorDomain Code=1 "(null)"
Do I have to request entitlements from apple?
The text was updated successfully, but these errors were encountered: