SwiftyJSON not compiling with socket.io-swift

Created on 4 Feb 2017  路  4Comments  路  Source: SwiftyJSON/SwiftyJSON

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

question

Most helpful comment

@yonlau You can specific the JSON with the namespace, SwiftyJSON.JSON or SocketIO.JSON.

All 4 comments

You should consider to use CocoaPods or Carthage to manage swift module.

The latest Socket.IO works for me. One thing need more consideration is: JSON is a typealias of [String: Any] in Socket.IO.

See https://github.com/nuclearace/Socket.IO-Client-Swift/blob/163a770abc4842250d31b8662354d0df190c2885/Source/SocketTypes.swift#L45

@wongzigii What to do if duplicate typealias "JSON" was defined ?

@yonlau You can specific the JSON with the namespace, SwiftyJSON.JSON or SocketIO.JSON.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zxcv740 picture zxcv740  路  6Comments

richburdon picture richburdon  路  3Comments

bloqlist picture bloqlist  路  7Comments

posixrails picture posixrails  路  6Comments

Xorcist77 picture Xorcist77  路  4Comments