1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Xcode11でerror: invalid object 100644 が出たとき

Posted at

#状況
いつも通りcommitしようとしたらこのようなエラーが出た
image.png

#やったこと
###①ググった
「error: invalid object 100644」でググったところ、この記事がヒットした
https://stackoverflow.com/questions/33053917/xcode-7-created-new-branch-commit-fails

質問者の方はいろんなサイトにこの質問を投げかけたけど有効な回答は得られたなったみたい
だけど、ローカルのXcodeプロジェクトを削除した後に最新のリポジトリを複製して、変更点だけをまた書き換えたらいけたらしい

###②やってみる
プロジェクトが消滅するのを予防するために圧縮しておきます
68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f3534303137382f32353738653133662d386664622d666633332d663239382d3634666136613366353336302e706e67.png

複製しました

いろいろ変更しました

で、全て置き換えました

###③いけた
いけました

##最後に
最後の方めっちゃ雑になっちゃってすいません
出すかどうか迷ったんですけど、記事が圧倒的に少なかったので一応あげておきます
参考になったら幸いです

##環境
Xcode11.6(11E708)

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?