Xcode error. m: 8794

When I run my code on the same computer, the application crashes with this error:

*** Assertion error in - [UITableView layoutSublayersOfLayer:], / SourceCache / UIKit / UIKit-2935.137 / UIView.m: 8794

But when run on another computer, the program works fine. What could be causing this?

+3


source to share


1 answer


Apparently this is an issue with the iOS version. So when I tried to build it on the Xcode simulator it worked. on the contrary, it works on iPhone 4 / iOS 7 .. Thank you David "mArm" Ansermot and the Trojan for helping me fix this problem.



+1


source







All Articles