在IOS 8.3中我可以找到Couchbase lite位置的位置是什么?

时间:2015-05-14 15:11:09

标签: ios couchbase couchbase-lite

需要在我的IOS应用程序中安装预先构建的couches lite数据库,因为我需要找到数据库的.cblite文件。

当我去[[NSBundle mainBundle] bundlePath]时。我找不到任何东西。

1 个答案:

答案 0 :(得分:1)

您可以使用http://simpholders.com/在使用Couchbase Lite运行应用的模拟器中找到应用程序文件夹。

用于存储附件的cblite文件和文件夹位于Library/Application Support/CouchbaseLite中SimPholders返回的文件夹中。

拥有预制数据库后,请参阅此documentation guide,将其用作应用中的资源,并使用replaceDatabaseNamed:withDatabaseFile:withAttachments:error:方法进行设置。