Socket.IO-Client-Swift icon indicating copy to clipboard operation
Socket.IO-Client-Swift copied to clipboard

framework not found Socket_IO_Client_Swift

Open gerard0315 opened this issue 9 years ago • 5 comments

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 avatar Nov 30 '15 03:11 gerard0315

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

gerard0315 avatar Nov 30 '15 22:11 gerard0315

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

josephlausf avatar Feb 10 '16 00:02 josephlausf

Anyone got solution for this problem?

ribhuchawla avatar Oct 01 '16 09:10 ribhuchawla

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

nalogowiec avatar Nov 04 '16 12:11 nalogowiec

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

alexis-ag avatar May 08 '21 08:05 alexis-ag