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.
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.
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
.
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
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With