Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode error. m:8794

Tags:

xcode

ios

When running my code on one computer the app crashes with this error:

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

But when running it on another computer the program works just fine. What could be the reason for that?

like image 477
Ohad B Avatar asked Jul 31 '26 16:07

Ohad B


1 Answers

Apparently it was an iOS version issue. So when I tried building it on the Xcode simulator it worked. on the contrary of running it on an iPhone 4 / iOS 7.. Thank you David 'mArm' Ansermot and trojanfoe for helping me solve it.

like image 81
Ohad B Avatar answered Aug 02 '26 06:08

Ohad B