LoginSignup
2
4

More than 5 years have passed since last update.

[Xcode9] CoreDataのsqliteファイルはどこ?

Last updated at Posted at 2017-11-07

シュミレータのディレクトリ

/Users/ユーザー名/Library/Developer/CoreSimulator/Devices

CoreDataのsqliteファイル

/Users/ユーザー名/Library/Developer/CoreSimulator/Devices/シュミレータのIdentifer/data/Containers/Data/Application/アプリのUID/Library/Application Support

ここに、「.sqlite」「.sqlite-shm」「.sqlite-wal」がある
ちなみに、「open .」でFinderを開ける

はやく見つけるテクニック

Identifierについては、その都度Xcodeで確認するのは面倒
なので,
「ls -lt」コマンドを叩き、更新日時を確認してディレクトリ移動するとはやい

シュミレータのIdentifier

GUIで確認する方法は以下。
Xcodeのメニューバーから、「Window」→「Devices And Sumilators」と選択

アプリのUID

これを確認する方法は見つけられなかったけど、更新日時で分かるのでセーフ...

2
4
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
2
4