socket.io-client-swift
socket.io-client-swift copied to clipboard
ERROR: Property 'defaultSocket' not found on object of type 'SocketManager *'
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