Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics Framework not recognizing

When i imported the framework into my delegate file it is not recognising it giving ".h file not found" error. I followed the same procedure before for my another application and it is working fine. Any help would be appreciated.

like image 561
Avinash Avatar asked Sep 25 '13 09:09

Avinash


People also ask

How does firebase Crashlytics work?

Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.


2 Answers

Make sure the Crashlytics.framework is added to the solution. Follow the instructions of the "Crashlytics" application...

Normally the "Crashlytics.framework" directory is added to directory containing your *.xcodeproj project file. Try adding $(SRCROOT) to the Framework Search Path.

like image 60
Aymeric Barthe Avatar answered Oct 04 '22 10:10

Aymeric Barthe


If you're experiencing this issue on a build server (e.g. Team City) make sure that you've selected Automatically on agent (if supported by VCS roots) for your VCS Checkout mode in your Version Control Settings.

like image 32
Andy Avatar answered Oct 04 '22 11:10

Andy