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

前端 未结 4 1511
暖寄归人
暖寄归人 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-02 13:40

    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"
    

提交回复
热议问题