Giter Club home page Giter Club logo

Comments (6)

krjackso avatar krjackso commented on July 20, 2024

I had the same issue and it took a while to resolve it. I still do not know what is causing it exactly. What I ended up doing was updating cocoapods to 1.0.0.beta.6 with. Then I tried to update and it failed as before. After that I went into the Carthage checkout and did pod install. See if this works for you:

sudo gem install cocoapods -v 1.0.0.beta.6
carthage checkout pusher-websocket-swift
cd Carthage/Checkouts/pusher-websocket-swift
pod install
cd ../../..
carthage update --platform ios pusher-websocket-swift

I do not like that we have to have correct versions of cocoapods and manage those. That is not "Carthage compatible" in my mind

from pusher-websocket-swift.

liamnichols avatar liamnichols commented on July 20, 2024

I ended up installing via Cocoapods anyway as I was only developing a POC and was limited on time... Just quickly opened the issue as I spotted it..

Yeah you're right though.. Having to have Cocoapods as a dependency for using Carthage isn't right... My guess is that the pods should be checked in with the project so that the framework can be compiled by Carthage without any issues.

Sent from my iPhone

On 24 Apr 2016, at 22:08, Keilan Jackson [email protected] wrote:

I had the same issue and it took a while to resolve it. I still do not know what is causing it exactly. What I ended up doing was updating cocoapods to 1.0.0.beta.6 with. Then I tried to update and it failed as before. After that I went into the Carthage checkout and did pod install. See if this works for you:

sudo gem install cocoapods -v 1.0.0.beta.6
carthage checkout pusher-websocket-swift
cd Carthage/Checkouts/pusher-websocket-swift
pod install
cd ../../..
carthage update --platform ios pusher-websocket-swift
I do not like that we have to have correct versions of cocoapods and manage those. That is not "Carthage compatible" in my mind


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

from pusher-websocket-swift.

hamchapman avatar hamchapman commented on July 20, 2024

Sorry for not jumping in on this one sooner. You're right that the pods should really be included. The next release removes the pod dependencies and so that should make things a lot easier whether you're using Carthage or Cocoapods.

You can follow along the progress of the next release here: #34

I'll leave this open for now

from pusher-websocket-swift.

liamnichols avatar liamnichols commented on July 20, 2024

Great stuff :)

Liam
Sent from my iPhone

On 25 Apr 2016, at 09:33, Hamilton Chapman [email protected] wrote:

Sorry for not jumping in on this one sooner. You're right that the pods should really be included. The next release removes the pod dependencies and so that should make things a lot easier whether you're using Carthage or Cocoapods.

You can follow along the progress of the next release here: #34


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

from pusher-websocket-swift.

hamchapman avatar hamchapman commented on July 20, 2024

Adding the 1.0.0 release milestone as this will be fixed there

from pusher-websocket-swift.

hamchapman avatar hamchapman commented on July 20, 2024

1.0.0 has just been pushed

from pusher-websocket-swift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.