문제

i'm starting to update my app, which has been available and working all the way from iOS 2.2.1 to 5 (I still manual memory management on it, if that matters).

Now, when I run it on iOS6 GM I'm getting EXC_BAD_ACCESS,

when I run the project with Zombie Object enabled,

I get:

-[UITableTextAccessibilityElement accessibilityContainer]: message sent to deallocated instance 0xb3cacff0

wtf?

has anyone run into the same problem? how did you solve it?

any help is appreciated

도움이 되었습니까?

해결책 2

XA, I got rid of it by removing some legacy threading code within my app. Something with the table's inner workings and the threads running was making it crash.

This is an app that has been around since iOS 2.2.1 and at the time the speed of the iPhone (dont recall if it was iphone 2 or 3) required an acitivty indicator. But with iphone 4s / 5 / ipod touch 4th & 5th Generation the indicator would be showing for about half a second anyway

YMMV

다른 팁

I have the same problem on iOS 6 GM, but it's all right on iOS 5.1. This is possibly a iOS 6 bug, it occurs when I call [tableView reloadData];

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top