git error: unable to index file Crashlytics.framework/Headers

前端 未结 4 1525
暖寄归人
暖寄归人 2021-02-02 13:15

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:

4条回答
  •  一个人的身影
    2021-02-02 13:36

    I think this relates to the git submodule since I had similar issue. However adding or removing it didn't help. What worked was reseting it into HEAD version, e.g.

    git reset HEAD problematic_file_or_dir
    

提交回复
热议问题