0

I'm trying to manually integrate fabric and crashlytics into my react native iOS project without using CocoaPods following this guide: https://rnfirebase.io/docs/v4.3.x/crashlytics/ios

Steps I've taken so far

I've added the Fabric and Crashlytics library to my project. They are in a folder called Firebase, the rest of the Firebase framework is working.

Folder Structure

  1. I've added the run phase script.

Run Phase

But I still get this error:

Error

Below are my header and framework search paths.

Header search paths: Header search paths

Framework search paths: Framework search paths

Am I missing anything?

1 Answers1

0

The instructions for manual integration have been merged into the react-native-firebase docs:

https://github.com/invertase/react-native-firebase-docs/blob/master/docs/crashlytics/ios.md