Lately when I try to test my app locally, two versions of the iOS simulator launch. I have the path set to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks
with iPhoneSimulator8.3.sdk, and that one launches fine, but also the simulator at
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
launches, eventually crashes, and asks me to select a sdk (iPhoneSimulator3.2 - iPhoneSimulator4.3.sdk)
Clearly this second simulator is unnecessary, but I'm not sure why it's launching or how to keep it from launching. Any recommendations?