I'm trying to get a copy of the iOS simulator that includes an iPad retina display. I followed the advice on this thread, downloading the latest copy of Xcode: https://developer.apple.com/xcode/
However, having downloaded that, it didn't actually update the simulator, which still lacks support for the retina display for iPad. Am I missing something?
/Developer
folder. Xcode 4.3 and up is a single .app file inside /Application
. And of course the simulator is now part of that app bundle too. Don't use the old icons you kept in the dock with older Xcode versio - Matthias Bauch 2012-04-04 02:47
OK, I've found the answer, and considering there is zero documentation, I'm amazed that anyone else was ever able to find the simulator. Here's how you get there:
Intuitive, huh?
Why Apple decided to bury what is arguably the most used tool in the entire iOS SDK is something I will probably never know.