breakpoints not working properly on device with iOS 4.2.1 on Xcode 4.2

Posted by rraallvv on Stack Overflow See other posts from Stack Overflow or by rraallvv
Published on 2012-09-30T03:35:26Z Indexed on 2012/09/30 3:37 UTC
Read the original article Hit count: 156

Filed under:
|

That seems odd to me, but apparently, Xcode 4.2 doesn't recognice breackpoints properly on my iPod Touch 2G running iOS 4.2.1, while it does on my other Ipod Touch 4G running iOS 6.0

Both devices are enabled for development, and their debug symbols information are retrieved from both devices and copied into ~/Library/Developer/Xcode/iOS DeviceSupport/...

The only thing that seems suspect to me is that 4.2.1 is missing on /Developer/Platforms/iPhoneOS.platform/DeviceSupport/... I have 4.2 and 4.3 but nothing in between

any help is appreciated

© Stack Overflow or respective owner

Related posts about xcode4.2

Related posts about breakpoints