Git Product home page Git Product logo

Comments (3)

jhersh avatar jhersh commented on August 17, 2024

Update: I found this issue: #96

I also found this bit in ARAnalytics.podspec in my Local Podspecs folder in my project:

# If there's a podspec dependency include it
      Array(analytics_spec[:dependency]).each do |dep|

        # This can be removed maybe once 3.6 comes out?
        # see https://github.com/orta/ARAnalytics/issues/96

        if dep == "HockeySDK"
          ss.dependency "HockeySDK", "3.5.4"
        else
          ss.dependency dep
        end
      end

However, even deleting the Local Podspecs folder and running pod install again still lands me with Hockey 3.5.4, as does pod update ARAnalytics/HockeyApp.

This seems to explain where the 3.5.4 requirement comes from, but not why my local ARAnalytics podspec seems to be using what appears to be outdated code?

from aranalytics.

jhersh avatar jhersh commented on August 17, 2024

Mystery solved! The above 3.5.4 pinning code is in the ARAnalytics 2.8.0 tag, but not in master. https://github.com/orta/ARAnalytics/blob/2.8.0/ARAnalytics.podspec#L105

I will work around this by pointing my app to the current master commit. And a new podspec version would be appreciated :)

from aranalytics.

orta avatar orta commented on August 17, 2024

sure, 3.5.5 wasn't working at all with ARAnalytics so I pinned it back, I'm willing to wager the later versions have fixed this now.

from aranalytics.

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.