Failed to install "iOS 6.1 Simulator" XCode 5
Asked Answered
G

7

44

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..

Gert answered 1/8, 2013 at 2:14 Comment(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?Getraer
Well you are using beta software which is likely to be buggy. Can I assume you're running the latest version?Deafanddumb
@0x7fffffff Yes, I'm using the last version.Gert
@JeffCompton I am trying to install components in Preferences>>Download section.Gert
I have the 6.1 and 7.0 sdks and everything works. I had to restart my computer though.Getraer
Reboot your Mac and try again.Mutinous
Reboot didn't help me. Did somebody resolve this issue?Stomy
A
88

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

then run your app in XCode. This helped me.

Atween answered 11/9, 2013 at 8:34 Comment(6)
Good call doh! Not liking xcode 5...or ios 7 for that matter :-(Palatinate
This works for me but the error comes back very frequently using Xcode 5.Agentive
where is the ios simulator menu?Baresark
@Odelya click on the simulator window, the menu will be on top of the screenAtween
It's mostly occurring when you pull new changes from remote.. At least for me.Capitulum
When we want to work with both ios 6 and ios 7 it will work fine.I have tried it and its working fine for me, Thank you..Buitenzorg
H
5

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,

Herrah answered 11/9, 2013 at 15:18 Comment(2)
Yes, deleting the app from the simulator worked for me as well. Thanks.Auxiliaries
+1, note that only deleting the app does not work - you need to reset the simulator as well.Harbin
M
5

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..."

Malacca answered 20/9, 2013 at 4:50 Comment(0)
P
3

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...!!!

Paleoecology answered 14/3, 2014 at 13:8 Comment(0)
S
0

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.

Supposing answered 1/10, 2013 at 8:35 Comment(0)
C
0

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

Cornerstone answered 30/10, 2013 at 15:55 Comment(0)
Y
-2

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.

Yardarm answered 21/9, 2013 at 3:13 Comment(4)
Did you try Resetting the simulator ?Method
@Method yes, and it didn't help. Only restarting my Mac Book Pro. :(Yardarm
1. Reset simulator 2. Clean dependencies 3. Clean derived data 4. you are all set to go... restarting machine is just too mainstream...Method
@Method I agree. Now it's fixed.Yardarm

© 2022 - 2024 — McMap. All rights reserved.