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

Module compiled with Swift 3.0

bitomule opened this issue · comments

commented

Trying to use master branch with Xcode 3.1 and got this error:

Module compiled with Swift 3.0: cannot be imported in Swift 3.0.1

Yeah let me recompile it for 3.0.1.

In the mean time, use --no-use-binaries as I'm sure you're seeing this in other libraries as well.

Fixed.