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 Compiler Error

andrew2net opened this issue · comments

I got the error in WebSocket.swift after installing with pod: Pods/Starscream/Source/WebSocket.swift:553:34: Missing argument for parameter #1 in call

error

Solved. It needs to install the last version from this repo:

pod "ActionCableClient", git: "https://github.com/danielrhodes/Swift-ActionCableClient.git"