The signal SIGILL has a non-Crashlytics handler (<redacted>). This will interfere with reporting. While adding Fabric

I have added Fabric (Crashlytics react-native-fabric) into the project, while Android works perfectly fine, in IOS in logs, I see this message: " The signal SIGILL has a non-Crashlytics handler (). This will interfere with reporting." "

It seems that something is blocking Crashlytics from working normally in IOS.
Any ideas what is causing the problem? and how is possible to fix it?

Right now, Fabric is meant just for Android (see here)

Unless you’re already making changes to the native code, I suggest using Sentry for JS stack traces and Amplitude for metrics since those can both be done on the JS side of things