Closed eelcokoelewijn-afrogleap closed 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.
@siegesmund Thanks for the update on removing the Cartfile. Which dependencies aren't building reliably with swift 2.2?
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.
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
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.
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!
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.