siegesmund / SwiftDDP

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

SwiftWebSocket dependency has wrong version tag in Cartfile #27

Closed eelcokoelewijn-afrogleap closed 8 years ago

eelcokoelewijn-afrogleap commented 8 years ago

Hi,

When i run carthage update i get the following error: Failed to check out repository into /dependencies/SwiftWebSocket: No object named "v2.6.0" exists

Could you update the tag to "2.6.0" instead of "v2.6.0"?

Thanks.

siegesmund commented 8 years ago

Done. You should note that Carthage has been remove (temporarily) as a recommended install method because some of the dependencies aren't building reliably with Swift 2.2.

eelcokoelewijn-afrogleap commented 8 years ago

@siegesmund Thanks for the update on removing the Cartfile. Which dependencies aren't building reliably with swift 2.2?

siegesmund commented 8 years ago

It's Quick and Nimble, used for tests of the DDP functionality. I've commented them out and added the Cartfile back. It should build now.

eelcokoelewijn-afrogleap commented 8 years ago

Thanks for putting the Cartfile back, when i run the carthage update command i'm still getting: org.carthage.CarthageKit/dependencies/SwiftWebSocket: No object named "v2.6.0" exists Error.

Any ideas?

Using latest version of carthage 0.15.2 and also removed the CarthageKit/dependencies

siegesmund commented 8 years ago

Have you cloned the repo? Or are you trying to install SwiftDDP with Carthage? I haven't pushed a new version, so you'll need to install @ the latest commit, not the most recent version.

eelcokoelewijn-afrogleap commented 8 years ago

That would explain it. No cloning, i use carthage to install the dependencies. I see you pushed a new version. Carthage is now able to find the dependencies. Thanks!