swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

SwiftSocket doesn't execute on iOS device #209

Open WilliamAllenTalia opened 3 years ago

WilliamAllenTalia commented 3 years ago

I successfully followed all the steps in the github > SwiftSocket > Installation section.

It builds, but when I select my iPhone, and click Xcode play button, Xcode says "Build Succeeded" but nothing happens, and no icon appears on iPhone.

I tried on iPad, same result.

SwiftSocket issue "Install error #160" ominously says:... "Looks like this project may have been ended due to Network.framework?"

oraclefoo commented 3 years ago

Able to launch on iphone simulator after - select Product -> Scheme -> Edit Scheme -> select iOS Example.app as the executable.