I have a jailbroken iPhone 4S with the lastest firmware as of 5/31/2012 (5.1.1). I have Xcode 4.3.2, and I have been able to run my apps to my iPhone, but in a weird way. If I click the debug button on Xcode, it attempts to open the app on my jailbroken iPhone, but fails because it quickly opens and then closes. Even though this happens, if I open the app manually after (by clicking it on the homescreen), it runs fine with the most up-to-date app. That's pretty annoying, but not too annoying. The most annoying thing is that this causes it to no longer allow debugging, as Xcode doesn't see that it is running.
This is the output that it produces:
error: failed to launch '/Users/hetelek/Library/Developer/Xcode/DerivedData/spyapp-flynnmpiqhjoilezvqsbaqdnkesn/Build/Products/Debug-iphoneos/spyapp.app/spyapp' -- failed to get the task for process 3741
With the process ID changing every time of course.
This is the tutorial I used for developing on my jailbroken iDevice: http://iphonedevwiki.net/index.php/Xcode#Developing_without_Provisioning_Profile
Thanks for any help.