socketio / socket.io-client-swift

Other
5.21k stars 841 forks source link

issue Compiling with xcode 14.2 / swift version 5.7.2 #1434

Open mehdigriche opened 1 year ago

mehdigriche commented 1 year ago

Screen Shot 2023-01-16 at 09 55 51

houjianwen123 commented 1 year ago

+1

houjianwen123 commented 1 year ago

any can help ?

nuclearace commented 1 year ago

So this is with carthage? Hmm

houjianwen123 commented 1 year ago

So this is with carthage? Hmm

yes ,please help

nuclearace commented 1 year ago

Okay, I see what the problem is. I think it has to do with bitcode support in the dependencies.

Triste-001 commented 1 year ago

Is there a new version release plan?

tangzzz-fan commented 1 year ago

I put the Source project's folder "SocketIO" in my own project, and added Starscram as a dependency, either pods or Carthage to solve the compilation problem successfully. You can try this approach.

slice-dharamd commented 1 year ago

Encountering the same issue, can this be resolved, please.

mehdigriche commented 9 months ago

I fixed the issue by using SPM for SocketIO