danielrhodes / Swift-ActionCableClient

ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 10.3

ValenOnish opened this issue · comments

in Xcode 10.3
- after pod:
Downloading dependencies
Installing ActionCableClient (0.2.3)
Installing Starscream (2.0.4)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use SwiftAcabClient.xcworkspace for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.

- after run xcworkspace:
👎 SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'ActionCableClient')

you can use my fork if you will but read readme first

What change you have added ? @amakhonin how you fork can be used ?