44
votes

I want to run my app on both simulators ios6 and ios7. I'm trying to install ios 6 simulator but I am getting this error:

Failed to install "iOS 6.1 Simulator"
An unknown error occured. Please try again later.

I restarted XCode but not working stil..

7
How are you installing it? XCode can be kind of quirky at times and requires a computer restart to fix all of its settings?JeffRegan
Well you are using beta software which is likely to be buggy. Can I assume you're running the latest version?Mick MacCallum
@0x7fffffff Yes, I'm using the last version.amone
@JeffCompton I am trying to install components in Preferences>>Download section.amone
Reboot didn't help me. Did somebody resolve this issue?kaspartus

7 Answers

88
votes

Try to reset iOS 6.1 simulator from menu "iOS Simulator -> Reset Content and Settings...",

then run your app in XCode. This helped me.

5
votes

Was having the same problem ,

already did a system restart and reset the simulator but didn't work

but

deleting the app manually inside the simulator worked for me,

5
votes

Run it in iOS 7 simulator (so you can run it), once there, go to "Hardware > Device > select some iOS 6 or earlier device", then apply the "iOS Simulator -> Reset Content and Settings..."

3
votes

I got exact same problem and solved by using following way,

  1. Launch the iOS Simulator

  2. Go and click "iOS Simulator" Menu

  3. Click "Reset content and settings"

  4. Close simulator and rebuild your app.

enter image description here

Above screen shot is showing the way how you can do this...

I think this works for you...!!!

0
votes

I had this issue after update to XCode 5. Running an application on the available iOS 7 Simulator and setting the "Enable this mac for developing" check in the popup has solved the problem.

0
votes

If you use XIB or Storyboard. You have to set document type to "XCode 4.6"

choose storyboard -> inspector (right pane) -> first tab (identity and type)

enter image description here

-2
votes

I had the exact the same issue. I restart my Mac and I'm now download it.

EDIT: I tried everything else. I'm sorry not to be able to answer by given a more useful option.