Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[crash] Application crashes with unknown [BugsnagSink orientationChanged:] selector #42

Closed
dodikk opened this issue Apr 10, 2015 · 1 comment

Comments

@dodikk
Copy link

dodikk commented Apr 10, 2015

segmentio/analytics-ios#279

NSInvalidArgumentException -[BugsnagSink orientationChanged:]: unrecognized selector sent to instance 0x166bd570
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    /usr/lib/libobjc.A.dylib:0 objc_exception_throw
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 CF_forwarding_prep_0
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 CFXNotificationPost
    Frameworks/Foundation.framework/Foundation:0 <redacted>
    Frameworks/UIKit.framework/UIKit:0 <redacted>
    Frameworks/UIKit.framework/UIKit:0 <redacted>
    Frameworks/UIKit.framework/UIKit:0 <redacted>
    Frameworks/UIKit.framework/UIKit:0 <redacted>
    PrivateFrameworks/GraphicsServices.framework/GraphicsServices:0 <redacted>
    PrivateFrameworks/GraphicsServices.framework/GraphicsServices:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 <redacted>
    Frameworks/CoreFoundation.framework/CoreFoundation:0 CFRunLoopRunSpecific
    Frameworks/CoreFoundation.framework/CoreFoundation:0 CFRunLoopRunInMode
    PrivateFrameworks/GraphicsServices.framework/GraphicsServices:0 GSEventRunModal
    Frameworks/UIKit.framework/UIKit:0 UIApplicationMain
    healthjoy/main.m:18:0 main
    /usr/lib/system/libdyld.dylib:0 <redacted>

Most likely, it has been fixed (bugsnag/bugsnag-unity#6) but not adopted by segment.io
Please help.

@ConradIrwin
Copy link
Contributor

@dodikk We normally recommend you include Bugsnag directly, rather than going via segment, so that you have exact control over the code that's running and the integration. Unfortunately there's nothing we can do to update segment's copy of bugsnag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants