I have upgraded my iphone to iOS5 to test my application behavior on iOS5
After verified it has issues, i have downgraded my device to iOS 4.3.5
since than I am trying to debug my application using XCode and get the following error:
Error starting executable
No provisioned iOS device is connected.
Does anyone know how to fix this issue – so i can debug my application again?
Edit:
Also another relevant piece of info when I use the configuration drop down selector i get
Under Active Executable – “no device available”
I have managed to fix the issue:
I took a look at the following similar question :
Xcode – No provisioned iOS device is connected
So i wanted to see what i see in the snapshot that the user had : and there it was…
I didn’t see any information like he did, all i saw was
A button called “enable for debugging” if i’m not mistaken.
Clicked on it, and Worked like a charm…. 🙂