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: 175
xcode4.2
|breakpoints
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