Am using Mac OS version 10.7.4. In my iPhone application am creating a database. Now i want to check that database in documents directory path. And i know it’ll be stored in users/iphone/library section. But in mac os 10.7.4 version Library Folder is missing in finder. Where can i find the library folder in my mac machine? Thanks in advance.
Share
In Mac-Lion, Library files are hidden by default. To make it visible, open the terminal and type the following code
chflags nohidden ~/Library
Now relaunch the finder, you can see the library files.