Randall Wang
Randall Wang

Reputation: 1037

How to open file:///private/var/mobile/Containers/Shared/AppGroup/ folder on Mac?

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?

Upvotes: 6

Views: 258055

Answers (1)

Vivek Gajbe
Vivek Gajbe

Reputation: 411

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.

Upvotes: 0

Related Questions