Xcode – Having trouble using variables to represent Host and Port when initializing NWConnection in Swift
I am trying to write a macOS application that connects to a radio scanner on a network connection via a UDP socket. The app sends commands to the scanner for remote control. I can get the app to work fine…