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

swift 3 support

jarredszabadi opened this issue · comments

upon attempting to use swift 3 via pods

pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :branch => 'swift3'
pod 'ActionCableClient', :git => 'https://github.com/danielrhodes/Swift-ActionCableClient', :branch => 'swift3'

xcode 8 requested that it convert the starscream library to latest syntax. I believe that the switft3 branch here can use the 2.0.0 release of starscream to fix this issue.

Until then using ActionCableClient for swift 3 doesn't seem doable on Xcode8.

Hopefully I'm wrong and there is a solution for this?

Cheers!

Let me look into this. Last I looked, Starscream had not merged the Swift 3 stuff into their trunk.

This is complete. Update to 0.2.1.