paldesk / paldesk-ios-sdk

Paldesk SDK for iOs
https://www.paldesk.com/
Other
1 stars 1 forks source link

Crash on Paldesk.initialize - update socket.io dependency #3

Open savy-91 opened 4 years ago

savy-91 commented 4 years ago

Hi, I am experiencing a crash of socket.io during Paldesk initialization.

I am using XCode 11.2.1 on Catalina 10.15.1 and a demo app crashes as soon as it's launched.

The error I get is: Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

I tried upgrading socket.io from 15.0.0 to 15.2.0 and it solved the issue, so you might think to update the dependency as well (maybe others are experiencing the same?).

fmatijevic commented 4 years ago

It seems that Carthage automatically downloads 15.2.0 version. Will investigate this and probably update socket.io-client-swift library.