Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No iphone simulator folder in Application support

Tags:

xcode

iphone

I want to add some videos to iPhone simulator for my project. I saw similar posts and noticed that I should post videos to

/library/Application Support/iphone simulator/4.0/Applications/APPLICATIONGUID/Documents

But I don't have an iPhone simulator folder in my Application support. I ran my application in Xcode. My iOS simulator is already open and running but still I don't see that folder.

Is there any other way to add videos to iphone simulator?

like image 385
user973637 Avatar asked Nov 29 '22 03:11

user973637


2 Answers

You should look in your home library ~/Library/ not the root /Library/

Note that in Lion this is now hidden by default, you can show it by typing

chflags nohidden ~/Library/

in the terminal

like image 125
jbat100 Avatar answered Dec 09 '22 16:12

jbat100


are you in the system root and not your home folder?

like image 42
dan Avatar answered Dec 09 '22 17:12

dan