So this is related to a prior question I posted - how to remove 4.3 simulators. I stupidly installed the iOS 5.0 Simulator, and now the technique offered in my last post does no
In addition to removing the iPhoneSimulator5.0.sdk folder, delete the corresponding .dmg file in ~/Library/Caches/com.apple.dt.Xcode/Downloads
. Then Xcode will not force you to reinstall it anymore.
Do the following in terminal:
cd ~/Library/Caches/com.apple.dt.Xcode/Downloads
ls
You'll see the files now; then run the bash command to remove them.