开发者

How do I find the location of a .db file that appears in my Xcode project?

开发者 https://www.devze.com 2023-02-03 02:19 出处:网络
I have .db file sitt开发者_Go百科ing in resource folder of xcode project. Where is the location of that file on the disk ?

I have .db file sitt开发者_Go百科ing in resource folder of xcode project.

Where is the location of that file on the disk ?

How I can open that file by using firefox add on for sqllite.

Please let me know some simple trick.

Thanks.


You can right-click the file in XCode and select 'Reveal in Finder'


As requested, a simple trick: right-click (or Control-click if you only have a single button mouse) on the file within Xcode and select "Reveal in Finder".


To see where it is in the project directory - Right click and choose Reveal in Finder.

To see where the data is as used by the simulator - Have a look in the App's bundle.

0

精彩评论

暂无评论...
验证码 换一张
取 消