Hi there,
I'm following Apple's code sample SimpleFirewall, and I'm trying to create my own project with parts of it including the IPCConnection class within the Network-Extension project.
But on my ViewController class (which is in a different project) I'm getting an error saying:
I'm pretty new to swift, and could use your help.
Thanks!
I'm following Apple's code sample SimpleFirewall, and I'm trying to create my own project with parts of it including the IPCConnection class within the Network-Extension project.
But on my ViewController class (which is in a different project) I'm getting an error saying:
And yet I couldn't find any differences between my project's settings and the SimpleFirewall's settings.Cannot find "IPCConnection" in scope
I'm pretty new to swift, and could use your help.
Thanks!