1
1

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 5 years have passed since last update.

Xcodeでのファイル削除について

Last updated at Posted at 2019-09-18

#Xcodeでファイルを削除する際の注意点について

##Xcodeでファイルを削除する際、2種類手段があります。

スクリーンショット 2019-09-18 15.50.35.png

ファイルを削除しようとするとポップアップが表示され
「Remove Reference」と「Move to Trash」が表示されます。
この2つの違いについて解説します。

###Remove Reference
このボタンを押すとXcode上からはファイルが無くなります。
しかし実際にはファイルを参照しないようにしただけで、ファイルは存在しています。
エラーは特にでないですがメモリを不要に取られます。(gitでは差分としてでるのかな?
わかる方教えてください。)

###Move to Trash
ファイルを完全に削除します。
ファイルを削除する場合はこちらを押した方がいいと思います。

#結論
ファイル削除はMove to Trash

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?