You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the app registered in my Fabric.io account.
I've set the Crashlytics.sharedInstance.crash in the app_delegate class to occur on launch and ran the app on my device. The device freezes. I hit ctr-c.
I comment the above line and built and ran the app again, the console logs
You have to upload your app's dsym file to Fabric. If you use bitcode as enabled, you have to upload it to Fabric for each version. After that all crashes will come to you :)
OR you can disable bitcode or change DWARF with DSYM to only DWARF on build settings.
I've created a new rubymotion app here: https://github.com/ashramsey/motion-fabric-test
I have the app registered in my Fabric.io account.
I've set the
Crashlytics.sharedInstance.crash
in the app_delegate class to occur on launch and ran the app on my device. The device freezes. I hit ctr-c.I comment the above line and built and ran the app again, the console logs
I go to Fabric.io and there is nothing logged.
I repeated the above with simulator. Same output. But I go to Fabric.io and it says
Found 1 unsymbolicated crash from missing dSYMs in 1 version in the last 24 hours. Click to view details
I tried to find the missing dSYMs using
mdfind "com_apple_xcode_dsym_uuids == <UUID>"
but nothing was returned.
Is there something I'm not doing right, or is the latest fabric/crashlytics versions not working?
The text was updated successfully, but these errors were encountered: