sacOO7 / socketcluster-client-swift

Native iOS/macOS client written in swift 4/swift 5
https://socketcluster.io/
Apache License 2.0
22 stars 39 forks source link

HandyJSON and Swift 5 #25

Open ambrusha opened 5 years ago

ambrusha commented 5 years ago

Undefined symbol: _swift_getFieldAt Please update HandyJSON for compatibility with Swift 5

ZihanCheng-CGLand commented 5 years ago

Here is the solution for this, which means the need is to update HandyJson branch to 5.0.0-beta.1. HandyJson Issue 307

ryan-peters commented 5 years ago

With regard to using HandyJson 5.0.0-beta.1: that build isn't compatible with ScClient 1.0.8 (which requires HandyJson 4.2.0). Any possibilities of updating ScClient to support the HandyJson beta build?

sachinsh76 commented 4 years ago

Added support for swift 5, I am really sorry for the delayed response :) Please try using it and let me know if you are facing any issues.