ios - Simple tunnel build fails - NEAppProxyErrorDomain -
i downloaded last version of simpletunnel.
i have xcode 8.1.
when try build project receive 2 times error "use of undeclared type 'neappproxyerrordomain'" in clientappproxyconnection file, in these lines:
func handleerrorcondition(_ flowerror: neappproxyerrordomain? = nil, notifyserver: bool = true) { func closeconnection(_ direction: tunnelconnectionclosedirection, flowerror: neappproxyerrordomain?) {
i tried clean project , rebuild them several times, , deleted entire project , downloaded again, etc...
what can do?
regards,
replace "neappproxyerrordomain" "neappproxyflowerror.code" work.
Comments
Post a Comment