socketio / socket.io-client-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Property 'defaultSocket' not found on object of type 'SocketManager *'

Wuou opened this issue · comments

commented

manager = [[SocketManager alloc] initWithSocketURL...];
socket = self.manager.defaultSocket; // ERROR: Property 'defaultSocket' not found on object of type 'SocketManager *'
[self.socket connect]; // ERROR: No visible @interface for 'SocketIOClient' declares the selector 'connect'

I found the same issue.
There is a pull request, but it looks like it hasn't been merged yet.

#1358 Property 'defaultSocket' not found on object of type 'SocketManager *'
#1370 FIX/ObjC-6.0.1-Bridge