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.
- I've added the run phase script.
But I still get this error:
Below are my header and framework search paths.
Am I missing anything?