Question #1 how to get the 4.1 simulator
Following this post: http://apple.stackexchange.com/questions/31412/how-can-i-install-iphone-simulator-4-2-on-xcode-4-2
- Goto apple website https://developer.apple.com/downloads/index.action
- download "Xcode 3.2.6 and iOS SDK 4.3 for Snow Leopard"
- mound the disk image (double click the file downloaded)
From the terminal run
open /Volumes/Xcode\ and\ iOS\ SDK/Packages/iPhoneSimulatorSDK4_1.pkg
Question #2 What is Device Debugging Support
To plug in a device, deploy the app on a device, and debug on that device you need device debugging support. Otherwise you get a message that says the device is not supported. Even if you can run the 4.1 simulator, you would not be able to debug on a device without that.
PS: you also need to pay the $100 per year to debug on a device.