Closed houmie closed 4 years ago
Hi @ss-abramchuk
I have upgraded today from Release Tag 0.6.0 to 0.7.0 and it fails to build. It says Use of undeclared type 'OpenVPNProperties'
Use of undeclared type 'OpenVPNProperties'
// Apply OpenVPN configuration let properties: OpenVPNProperties do { properties = try vpnAdapter.apply(configuration: configuration) } catch { completionHandler(error) return }
Using Master is the same. Hence I don't think this is fixed in master branch.
Many Thanks,
Hi @houmie
Just rename OpenVPNProperties to OpenVPNConfigurationEvaluation
OpenVPNProperties
OpenVPNConfigurationEvaluation
@ss-abramchuk It works, thank you so much.
Hi @ss-abramchuk
I have upgraded today from Release Tag 0.6.0 to 0.7.0 and it fails to build. It says
Use of undeclared type 'OpenVPNProperties'
Using Master is the same. Hence I don't think this is fixed in master branch.
Many Thanks,