iPhone simulator path not found [closed]

2020-04-23 07:48发布

Currently I am working on video uploading app..my problem is that ,when I try to search simulator path in spotlight(I've also try this manually),I've got only iPhoneSimulator.platform file but in this file there are no any folders or path like 5.0/Media/DCIM etc.

If I Reset Contents and Settings from iOS Simulator menu. I found above path in my trash folder. I think it should not be hidden at all.

Any idea..?

XCODE 4.2

THANKS.

3条回答
做个烂人
2楼-- · 2020-04-23 07:54

finally I solved it.If you can't access directory.try this

1)go to iPhone simulator

2)reset it

3)open trash

4) you see 4.0 / 4.2 or 5.0(me).

5)copy it to /Developer/Platforms/iPhoneSimulator.platform folder

6) reset simulator again

7)open trash

8) right click on 5.0/put back

9)that's it

10)now u have fix....

-------------------------I've done.working perfect for me..Thanks

note : Generally this Problem found After upgrading mac osx 10.xx to 10.xx.

查看更多
家丑人穷心不美
3楼-- · 2020-04-23 07:55

When You are working on Simulator, you Machine OS runs Behind it. :)

This is the Path where you can Find every thing Related to your Device Installation or apps Deployed by you on the Simulator :

/Users/"Your Home NAme "/Library/Application Support/iPhone Simulator/Which version you use(4.3.2 "this is mine")/Applications   

Hope you find your way now.. if any problem Reply plz.. :)

查看更多
祖国的老花朵
4楼-- · 2020-04-23 08:01

you want to look in "/Users/yourusername/Library/Application Support/iPhone Simulator/". in there you'll find one or more directories corresponding to the version of iOS used. in your case you should have a "5.0" directory. in there you'll find a bunch of dirs. if you're storing data in your application's Documents directory, go to "Applications/your app's ID/Documents".

查看更多
登录 后发表回答