3

I'm trying to use fileProvider in iOS 11 and have a database at file:///private/var/mobile/Containers/Shared/AppGroup/xxxx/xxx.db.

I would like to open this folder to open this database in SQLite Manager. How to do this?

user4157124
  • 2,809
  • 13
  • 27
  • 42
Randall Wang
  • 1,007
  • 3
  • 10
  • 24

1 Answers1

0

You can also access simulator path by :

  1. Click on finder.
  2. Press Cmd + Shift + G.
  3. Paste your search path.

You will get the file in your "finder folder" directory.

user4157124
  • 2,809
  • 13
  • 27
  • 42
Vivek Gajbe
  • 411
  • 2
  • 14