Reputation: 2005
Run error coincided with auto Crashlytics upgrade to 2.1.9 - sure enough, a few files under Crashlytics have changed. Here is the run error:
2014-05-08 11:41:25.561 run[23364:507] Crashlytics.framework/run 1.3.8
2014-05-08 11:41:25.566 run[23364:507]
Crashlytics: Configuration Issue
Crashlytics API key not valid. Your Crashlytics run script build phase should contain your API key:
./Crashlytics.framework/run your_api_key_here
Command /bin/sh failed with exit code 1
Upvotes: 0
Views: 286
Reputation: 2005
From @Crashlytics over email:
We added a check to make sure that the API key you had was valid so we don't miss any dSYMs and you don't miss any crashes.
So my API key was inconsistent - probably an error during transition to a different bundle ID earlier in development - also why no crash reports were showing up :)
Upvotes: 2