How do I find the location of a .db file that appears in my Xcode project?
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.
精彩评论