Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find the framework of Fabric and Crashlytics for firebase?

I need to download manually the framework of Fabric and Crashlytics for firebase. where I can download it ? on https://firebase.google.com/docs/crashlytics/get-started they offer to use cocoaPods but i m not on Xcode so i need a link to download the .zip file to manually install it

like image 581
zeus Avatar asked Jan 29 '23 09:01

zeus


1 Answers

There's a collapsed "Add frameworks manually" link right below the pod instructions on that page.

  1. Download the Crashlytics SDK files.
  2. Unzip the files, and drag Crashlytics.framework and Fabric.framework to your project's Project navigator.
  3. Check Copy items if necessary if it isn't already checked, then click Finish.
like image 80
Mark Thormann Avatar answered Feb 06 '23 07:02

Mark Thormann