I have added socket.io and swiftyjson manually to my project. But my app is not compiling and showing issue.--> invalid redeclaration of JSON.
I have also attached the sample project.
SocketWithSwiftyJSON.zip
The latest Socket.IO works for me. One thing need more consideration is: JSON is a typealias of [String: Any] in Socket.IO.
@wongzigii What to do if duplicate typealias "JSON" was defined ?
@yonlau You can specific the JSON with the namespace, SwiftyJSON.JSON
or SocketIO.JSON
.
Most helpful comment
@yonlau You can specific the JSON with the namespace,
SwiftyJSON.JSON
orSocketIO.JSON
.