Recently I opened a project I had compiled and submitted to Apple.
I hadn’t touched it for a couple of months but I got this odd compile error in one of my files at:
#import <Crashlytics/Crashlytics.h>
The error read:
‘Crashlytics/Crashlytics.h’ file not found
Clearly the framework couldn’t be found but what puzzled me was why, when the project was working a few months ago, it suddenly stopped.
My platform:
Xcode: 4.6.3
Mac OS X: 10.8.4
Amazingly, doing a search for this turns up pretty much zero.
Also, doing a search for “install crashlytics” again turns up nothing.
Doing a search on the Crashlytics website for the word “install” also turns up nothing.
Because I’d logged in, when I went to www.crashlytics.com it redirected me to the dashboard of the last app I was working on. And I didn’t see any install instructions there.
The Crashlytics knowledge base had nothing.