I am using Twitter\'s Fabric on my iOS app.
Crashlytics in Fabric just updated itself and now I cannot commit my project to git. I get the error:
git
Going into terminal and manually committing to git solved the issue. All my further commits in xcode have worked since.
git add . git commit -m "message"