By default, the library folder under user is hidden in Lion with Xcode 4.2, so you will not be able to access the iPhone simulator folder shown below.
/Users/(your user name)/Library/Application Support/iPhone Simulator
To show the library folder, run the following command from terminal window:
chflags nohidden ~/Library/
Note the library folder must be the one under your name, not the one under root.
No comments:
Post a Comment