LoginSignup
23
24

More than 5 years have passed since last update.

iOS8でのsqliteファイルの格納場所

Last updated at Posted at 2014-07-31

iOS8でのsqliteファイルの格納場所

Xcode6 Beta版でCoreDataを使ったプログラムを作成中、sqliteファイルの格納場所が変更されていたのでメモ。
iOS8から?正式版は元に戻るのかな?

以前の格納フォルダ

Users/ユーザー/Library/Application Support/iPhone Simulator/iOSのバージョン/Applications/ランダムな識別子/Documents/

変更後

Users/ユーザー/Library/Developer/CoreSimulator/Devices/ランダムな識別子/data/Containers/Data/Application/ランダムな識別子/Documents/

23
24
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
23
24