Can't add Network.framework to Xcode 10.3 on MacOS 10.14.6

Hi there,

I've tried to use a fairly new framework, Network, in Xcode 10.3 on MacOS 10.14.6 by first simply importing it with the import statement such as "import Network" at the top and then added the framework to the frameworks in the Build Phases' Link Binary With Libraries but still get the "Use of undeclared type 'NWProtocolFramerImplementation'" error.

Does anyone know what might be missing yet?

Thank you