Search code examples
iphoneiosxcodemacosfinder

Mac OS Lion in Finder window not able to see iPhone Simulator folder


Hi in my mac machine in terminal i'm able to go for iPhone simulator & can access my apps Documents Directory by cd Library/Application\ Support/iPhone\ Simulator/5.1/Applications/myAppsID/Documents

but if i try to open same path in finder window inside Application Support directory there is no iPhone Simulator Directory.

Note: I have tried

$ cd ~
$ chflags nohidden Library

but of no luck.


Solution

  • Or, you can go there from:

    Finder -> (menu)Go -> Go to Folder, then enter:

    ~/Library/Application Support/iPhone Simulator/5.1/Applications/myAppsID/Documents
    

    Backslashes are not necessary there, since it isn't a terminal of any kind.