The solution I found was here by KumobiusIvan. This had me stumped for real. Closing Xcode and restarting the machine, deleting some of the folders in the Xcode locations directory, etc. None worked. Saved by the internet!!
Read MoreDay: May 6, 2017
UDP Client Example in Swift 3.1
UDP stands for User Datagram Protocol. It is one of many protocols in electronic communications for send information. It is ideal for small amounts of information and/or situations where relieability is not a priority, and simplicity. For more information use Wikipedia to get started. Most simple examples for writing programs using UDP online are in … Continue reading "UDP Client Example in Swift 3.1"
Read More