i have integrated firebase crashlytics in my ios project it providing me Objc crashes but i want Cpp crash to catch

41 Views Asked by At

I am working on a Cocos2d-x C++ project and I want to integrate Firebase Crashlytics. I have added Crashlytics as the documentation suggests, and I am receiving Objective-C crashes, but I want to capture C++ crashes. Has anyone worked with this and can offer help?

I am using Firebase version 10.20.0 in a Cocos2d-x iOS project

1

There are 1 best solutions below

1
Shiv On

i use sentry insted crashlytics and it work for obj c and c++ crashes