Xcode 4.2 with iOS 5.1 on Snow Leopard

I followed the instructions in this post Is it possible to get the iOS 5.1 SDK for Xcode 4.2 on Snow Leopard? to get my iOS 5.1 device working with Xcode 4.2. All is working except my breakpoints are not being hit when debugging. Anyone come across this and know a fix.

Regards


也许不是你正在寻找的答案,但我也有与IOS 5.1的问题,我刚刚下载新的Xcode(4.3.1我认为),一切正常,没有问题与旧项目。


Are breakpoints enabled? Check the button in the toolbar, or Product -> Debug -> Activate Breakpoints. We all overlook simple things sometimes so I'm just checking!


I had also the same problem. I tried changing the debugger by following VokiLaM's answer to another SO question related to this. Worked like a charm. Hope it helps.

Marco

链接地址: http://www.djcxy.com/p/33300.html

上一篇: 在Snow Leopard中将iOS 6 SDK导入Xcode 4.2

下一篇: Xcode 4.2与Snow Leopard上的iOS 5.1