Objective C - iPhone simulator path is not found in MAC LION

iphone, objective-c, osx-lion, xcode

Solution

Your library folder is bydefault hidden so you will have to unhide it. You can get information about showing hidden files here

Edit1: You can also go to library in following way

Right click on Finder icon of your Dock

Click on "Go to Folder".

Type `/Users/yourusername/Library.

Click on Go.

Edit2: you can permanently unhide the folder with following command

chflags nohidden /Users/yourusername/Library

Problem

Am using Mac lion for developing iPhone application, there I created database and copied into documents directory of the application, But the path to the applications documents directory not found in my lion, even the "Library" folder is not available under the lion's username. I searched completely on my lion for the folder Library which has "Application support" following with "iPhone simulator" is not found. I checked for the moving of deletions of the folder, But it's not happened. Anybody knows for what I can't find the folder. Please advice me, I not available what can I do to resolve this.> Thanks in Advance!!!

Original source

Related problems