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 error: unable to index file
Crashlytics.framework/Headers
fatal: updating files failed
Any idea what is going wrong or how to fix it?
Running git status
reveals:
Untracked files:
(use "git add <file>..." to include in what will be committed)
Crashlytics.framework/Info.plist
Fabric.framework/Info.plist
profile.xcodeproj/project.xcworkspace/xcuserdata/
profile.xcodeproj/xcuserdata/
git status
and then agit remote -v
and put the output here? – Brentwoodgit status
output. as forgit remote -v
it just showed my github repository for both push and fetch – Yawsgit clean -f -d
– Brentwood