siegesmund / SwiftDDP

A Meteor client, written in Swift
MIT License
145 stars 60 forks source link

Swift 2.2 Unknown attribute @asmname #24

Closed achirkof closed 8 years ago

achirkof commented 8 years ago

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.

siegesmund commented 8 years ago

You're using Carthage, I assume?

achirkof commented 8 years ago

@siegesmund no, cocoapods. I met this issue yesterday after update Xcode(and also Swift).

siegesmund commented 8 years ago

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.

achirkof commented 8 years ago

SwiftWebSocket's repo already updated to new version. I think you should update dependency to last commit.

siegesmund commented 8 years ago

Yes, I will update later today.

siegesmund commented 8 years ago

I've updated the spec and pushed to Cocoapods.