GithubHelp home page GithubHelp logo

Crash in iOS 10.2.1 about pinlayout HOT 3 CLOSED

ivan-ushakov avatar ivan-ushakov commented on May 30, 2024
Crash in iOS 10.2.1

from pinlayout.

Comments (3)

lucdion avatar lucdion commented on May 30, 2024

Hi @ivan-ushakov, this is more an New Relic issue, swizzling has been used over time and it is still allowed by Apple.

Here is a nice explanation of the problem and solution: mixpanel/mixpanel-iphone#495

Explanation:
"New Relic relies on _cmd system method to be the same as the original method. Most of swizzling implementations change that value and New Relic is pushing for a different approach stating that everyone is not doing it correctly. ReactiveCocoa, Aspect, Instabug, any swizzling library (e.g. JRSwizzle), etc... will have the same issue if you use New Relic. There are pros and cons with their approach and I think its worth to investigate for a third party framework like us but I don't see this happening in the coming release. "

Proposed solution:
"New Relic has proposed to other customers to initialize their SDK after the conflicting library or disable interaction tracing:
[NewRelicAgent disableFeatures:NRFeatureFlag_InteractionTracing];
[NewRelic startWithApplicationToken:];
"

Search on Internet and on the New Relic website (https://discuss.newrelic.com/) and you'll see that there is many issue with their method.

Maybe try to update your version of New Relic, it seems that they now have disabled this feature by default: "Dynamic-by-default method lookups for iOS development have been removed with Swift"
Ref: https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/configuration/enable-swift-interaction-traces

from pinlayout.

ivan-ushakov avatar ivan-ushakov commented on May 30, 2024

Thank you for quick and helpful reply. Yes, disabling of tracing helped and now it works!

from pinlayout.

lucdion avatar lucdion commented on May 30, 2024

Hi @ivan-ushakov, see this release to fix more elegantly this issue: https://github.com/mirego/PinLayout/releases/tag/1.7.2

from pinlayout.

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.