nuclearace / Socket.IO-Client-Swift

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

just weird results when compiling using these libraries.....more of an Xcode thing #143

Closed nboyd-sportdx closed 7 years ago

nboyd-sportdx commented 7 years ago

before i started using this library, it was compiling well and working well. when i integrated this library/framework...it was working well as well. then all of a sudden, i started to get this really weird and cryptic error:

:0: error: merge-module command failed with exit code 1 (use -v to see invocation) Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 it was like this for days. so i cleaned the derived folder, build folder, etc. tried to compile, no dice. i started to comment out the relevant code related to socket.io. then it compiled. then when i removed the comment text ('//'), it would again compile. however when i close xcode and then come back to work on the project, i have to do this work around all over again....wth??? probably not related to the socket.io library. just am up in arms with this problem.