Search code examples
xcodeios-simulatormobile-safari

My iOS Simulator is missing Safari


Issue: Safari app missing in iOS Simulator


I installed Xcode 5.0a on my mini at work, and launched the iOS Simulator hoping test our mobile css. Much to my dismay, Safari was not on the homescreen. Rebooting the simulator did not help. Restarting xcode, and later my mini did nothing either. Even dragging a link (such as https://www.google.com) into the simulator would cause iOS to give an error, indicating that there was no https handler at all. After nearly an hour of googling, I could not find anything about the missing Safari app. In my desparation, I was looking up everything even remotely related.

So, how do I get Safari installed on the iOS Simulator?


Solution

  • Solution: "File -> Reset Content and Settings..." caused Safari to reappear.


    ... and then suddenly it was right there in front of me. I saw an answer by Sihua in a pretty unrelated question that proved to be the very thing I needed:

    Did you try "File -> Reset Content and Settings ..." in the simulator ? [...]

    After doing this, Safari appeared in the tray as normal after the simulator rebooted. It was back to normal. The clouds parted, the sky turned blue again, the birds started singing... the curse had been lifted!

    I could get back to work. But first, I wanted to post this solution in case there are some other poor devils out there beset by the same frustrating issue.