Code Monkey home page Code Monkey logo

Comments (4)

adamwaite avatar adamwaite commented on August 17, 2024

I think this is a problem with the HockeyApp SDK pod rather than something @orta can fix (tried it on it's own). I have found a fix though:

Add -framework CrashReporter to 'Other Linker Flags' in your target build settings.

fix

Because it's in your app settings a fresh pod install won't shank it again.

from aranalytics.

adamwaite avatar adamwaite commented on August 17, 2024

Perhaps the above wasn't a fix actually, the error came back when I thought it had gone.

I have found another fix though: Add:
"$(PODS_ROOT)/HockeySDK/Vendor"
to the framework search paths in your Pod project. You may have to do this every pod install I'm afraid.

I don't know enough about the way cocoapods handles this, but pretty sure it's a problem with the HockeyApp pod rather than ARAnalytics.

The location I found the fix for reference: http://support.hockeyapp.net/discussions/problems/14846-linker-error-using-cocoapods-and-hockeysdk-in-ios-only-app

from aranalytics.

orta avatar orta commented on August 17, 2024

The odd thing here is that I made a blank project, compiles fine with just the HockeyApp pod, but adding ARAnalytics gives this error.

from aranalytics.

orta avatar orta commented on August 17, 2024

This is indeed an issue with hockey app's spec, and with CocoaPods ( CocoaPods/Core#57 )

I'll submit a the changes to the Specs repo and ping the the HockeyApp guys to note my changes.

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.