I am trying to use socket.io
in my swift app.
I am new in swift.
I'm following the instructions from https://github.com/socketio/socket.io-client-swift
but here is the problem, I don't understand how to do the following step.
(Install Manually) "Copy the Source folder into your Xcode project. (Make sure you add the files to your target(s))"
I don't understand how to achieve this, I have "Added the SocketIO.h and the entire folder into the project, but no matter what, the module is not found.
Am i supposed to add some binaries, if so what are the binaries? What are the extension? How can I identify it?
Here is the image of my xcode project....image of my screen in xcode