开发者

Upgrade to iOS 5 caused my app to stop being debugged

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.... :)


You could try deleting the provisioning profile from the device via the xcode organizer window, or within the Settings App on the device. Then add back your current prov profile from the iOS provisioning portal.

Also, make sure you have the debugging symbols/SDKs for that iOS under

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/[insert ios version folder here]

And:

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/[insert ios version folder here]
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜