Here is the error, 2017-07-25 16:12:00.647170-0500 VPNTestApp[14285:5551926] [] -[NEConfigurationManager loadC:1673 Failed to load configurations: Error Domain=NEConfigurationErrorDomain Code=11 "IPC failed" UserInfo={NSLocalizedDescription=IPC failed}
The code is very simple. I have a single view app in Xcode 9 beta 3 (also happens in xcode 8). In the overridden function, viewWillAppear, I execute the function call:
vpnManager.loadFromPreferences(completionHandler: self.vpnLoadHandler)
vpnManager has been set with by executing:
let vpnManager = NEVPNManager.shared()
Have tried with Swift 3 & 4. Network Extensions have been been added as has Personal VPN. Xcode is being run on a Macbook Pro, osx 10.12.5