Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

I have reinstalled the framework, which only takes 2-3 minutes and . The problem might be caused by that you have relocated the Crashlytics.framework to another subfolder from the root directory or 64 bit transition as Martin stated.

See https://stackoverflow.com/a/28048098/936957 for details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top