External library usage in xcode
问题 I am following this tutorial for import socket.io to swift. http://socket.io/blog/socket-io-on-ios/ I did everything in the tutorial but I am getting this error: Use of unresolved identifier 'SocketIOClient' for this piece of code: let socket = SocketIOClient(socketURL: "localhost:8900") My structure: How can I resolve this problem ? 回答1: make sure about 2 things: select "create groups" not "create folder references" copy items if needed 回答2: In the bridging-header.h change this #import