socketio / socket.io-client-swift

Other
5.22k stars 843 forks source link

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

Open Wuou opened 2 years ago

Wuou commented 2 years ago

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'

onozuka commented 1 year ago

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