socket.io-client-swift-example icon indicating copy to clipboard operation
socket.io-client-swift-example copied to clipboard

Won't build on recent Xcode 10.2 (and Swift 4.2) versions

Open Motti-Shneor opened this issue 5 years ago • 1 comments

  • after cloning and "pod install", the TicTac workspace won't build. There is great disagreement between all involved targets ( TicTac and its pod-dependencies socketIO, starScream, etc) about Swift version. Some specify Swift 3.1 (starScream) some have it unspecified - and so inherit the "Swift 3.0" set for TicTac, and all-in-all a big mess.

I don't know too well the source codes of all dependencies - and I'm afraid to hard-set their Swift versions to 4.2 --- how should I go about this?

Motti-Shneor avatar Apr 29 '19 09:04 Motti-Shneor

I believe the issue is fixed with #15 I think you can close the issue!

e-sung avatar Jun 24 '19 00:06 e-sung