I finally upgraded to Lion (from SL & Xcode 4.2). I am now running:
- Current Lion 10.7.3
- Current Xcode 4.3.2
- Current Simulator(s) 5.1, 5.0, and 4.3 installed.
I've backed way off from my current production apps, and created a simple single view universal hello world app, to try to get some form of simulator debugging working.
With my new simple app, I CAN still debug on device, but NOT on any simulator I have installed. It launches the simulator, eventually installs the app under test, but never attaches to it, and the app never progresses pass the launch image. (One note, I can launch the app from the simulator... so, it did get built and installed correctly, although took a bit longer than I was used to with SL & 4.2)
Xcode just sits there waiting to connect. The worrisome part is that I can't stop this (stop button, try to close the project, stopping the task) at all, and must force-quit Xcode.
Does anyone have any idea what is going on? Any help would be so greatly appreciated!!
-eric