Closed achirkof closed 8 years ago
You're using Carthage, I assume?
@siegesmund no, cocoapods. I met this issue yesterday after update Xcode(and also Swift).
Ok, at the moment, it looks to me like the latest version of SwiftWebSocket on Cocoapods is 0.2.5. 0.2.6 adds support for Swift 2.2.
I've opened an issue with SwiftWebSocket's author.
If you're seeing something different, let me know.
SwiftWebSocket's repo already updated to new version. I think you should update dependency to last commit.
Yes, I will update later today.
I've updated the spec and pushed to Cocoapods.
Hello. Because of new version of Swift now we have an error in module SwiftWebSocket because
@asmname
was changet to@_silgen_name
. Could you please update repo. See details here. Thanks.