In my mac, i am using XCode 4.2 with iOS 5 sdk and Mac OS X 10.7.2 version.
I am developing the application which based on Sqlite database so i can insert, select and delete data from that database.
when i running my application in simulator, i can see the database path in NSLog but i couldn't access the database through into that directory.
DB path which i got in log is ==> /Users/username/Library/Application Support/iPhone Simulator/5.0/Applications/3623C505-F568-4B18-986E-F2C7D71D5079/Documents/SqlUser.sqlite
I couldn't see Library directory in /username folder. So i can't access the db file.
but in Mac OS X 10.6.8 version with Xcode 3.2.5 iOS 4.2, i can see the Library directory in /username folder. Why this is not possible in 10.7.2?
Please help in this regards!!!
Thanks!!!
# Open application folder in Finder First, copy the path to the app folder from Xcode console. Then open Finder, click on Go -> Go to Folder and paste the application directory path. You will now be able to browse all the files in your application folder.
Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.
Open your console and write:
chflags nohidden ~/Library/
hit enter and browse...
ta da!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With