Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sqlite/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sqlite 如何打开file:///private/var/mobile/Containers/Shared/AppGroup/ mac上的文件夹_Sqlite_Ios5_Ios11 - Fatal编程技术网

Sqlite 如何打开file:///private/var/mobile/Containers/Shared/AppGroup/ mac上的文件夹

Sqlite 如何打开file:///private/var/mobile/Containers/Shared/AppGroup/ mac上的文件夹,sqlite,ios5,ios11,Sqlite,Ios5,Ios11,我试图在iOS 11中使用fileProvider,我在设备上有一个数据库file:///private/var/mobile/Containers/Shared/AppGroup/xxxx/xxx.db 我想打开此文件夹,以便通过SQLite manage打开此数据库。如何做到这一点 非常感谢您可以使用它打开模拟器的组容器。它有10天的试用期 Simpholders仅允许您访问模拟器版本, 您也可以通过以下方式访问Simulator路径: 1.点击finder 2.(指令+Shift+G) 3

我试图在iOS 11中使用
fileProvider
,我在设备上有一个数据库
file:///private/var/mobile/Containers/Shared/AppGroup/xxxx/xxx.db

我想打开此文件夹,以便通过SQLite manage打开此数据库。如何做到这一点


非常感谢

您可以使用它打开模拟器的组容器。它有10天的试用期

Simpholders仅允许您访问模拟器版本, 您也可以通过以下方式访问Simulator路径:

1.点击finder

2.(指令+Shift+G)

3.粘贴搜索路径


您将在“finder文件夹”目录中获得文件

谢谢。如果Simpholders能做到这一点,我们也一定有办法做到。问题是how@RandallWang:您可以打印组容器的路径。查看所选答案:谢谢,我找到了一个解决方法。使用模拟器而不是设备。然后我可以打开路径。ps,当我使用Xcode 9 betaBut时,Simpholders不工作。如果你想访问iPhone文件目录,它是不可访问的