I\'m installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. <
I had the same issue today. The problem was that i didn't have the run-script :
./Fabric.framework/run
in my project. Once i put this back in then it all worked perfectly. I also cleaned my project and deleted derived data just to be sure.