skip to Main Content

I installed the Socket.io Client Swift module in XCode, and when i try to build, it gives me this error:

Type ‘SocketEngine’ does not conform to protocol ‘WebSocketDelegate’

  • XCode 15 Beta 4
  • Project min iOS version: 15.0
  • Socket.io Client Swift version: 16.0.1

2

Answers


  1. I don’t know if this is the same situation as yours, but in my case I was able to build with the following.
    Change starscream 4.0.6 to 4.0.4.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search