nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

Importing with Carthage #82

Closed meismyles closed 9 years ago

meismyles commented 9 years ago

After following the instructions for importing the framework using Carthage, then adding the framework in 'Linked Frameworks and Libraries', is there something else I need to do/add/import?

I've got import SocketIO in my class but when trying let socket = SocketIOClient(...) I get 'SocketIOClient' is unavailable: cannot find Swift declaration for this class.

The only thing available seems to be SocketIOClientStatus. Probably me being stupid.

meismyles commented 9 years ago

Moving this to https://github.com/socketio/socket.io-client-swift/issues/204