socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

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

Open Wuou opened this issue 2 years ago • 1 comments

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'

Wuou avatar Sep 16 '22 06:09 Wuou

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

onozuka avatar Feb 17 '23 09:02 onozuka