nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

SocketIO not found when create static library #165

Open marcuschoong opened 6 years ago

marcuschoong commented 6 years ago

I'm using this library on my objective C project, when I create static library encounter the problem that the @import SocketIO not found like the following:

screen shot 2018-04-16 at 6 01 20 pm

May I know how to solve this problem?