nuclearace / Socket.IO-Client-Swift

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

framework not found Socket_IO_Client_Swift #96

Open gerard0315 opened 8 years ago

gerard0315 commented 8 years ago

Hi I'm new to ios development and i install the library with cocoapods. I can only import SocketIO instead of Socket_IO_Client_Swift. And build fails every time with the following error:

ld: framework not found Socket_IO_Client_Swift clang: error: linker command failed with exit code 1 (use -v to see invocation)

gerard0315 commented 8 years ago

Hi, tried to delete the original project and start a new one, after installing podfile still can only import SocketIO rather then Socket_IO_Client_Swift. The entire error message is: screen shot 2015-11-30 at 17 12 59

josephlausf commented 8 years ago

it was working for me then all of a sudden i got hit with the same error

ribhuchawla commented 8 years ago

Anyone got solution for this problem?

nalogowiec commented 8 years ago

It's good to know I'm not the only one facing this issue... I couldn't make it working with the import of files, but I moved all classes from Sockets into my project - therefore I do not use the import any more - all methods are visible and working fine

alexis-ag commented 3 years ago

same shit has been happened with me it works fine via cocoapods and fails with swift package manager