Debug view hierarchy is not running with exception

When I try to debug my view hierarchy on Xcode, nothing fails and the console shows this exception (which is ignored).

2015-07-16 09:37:56.395 Snapsession[12572:3205485] -[__NSCFType encodeWithCoder:]: unrecognized selector sent to instance 0x1742a5a00 2015-07-16 09:37:56.433 Snapsession[12572:3205485] -[NSCoder(CACoderAdditions) CA_encodeObject:forKey:conditional:]: ignoring exception -[__NSCFType encodeWithCoder:]: unrecognized selector sent to instance 0x1742a5a00 

The application is not really crashing at this point because I can continue execution, but the view hierarchy will never be displayed. Any ideas on why this might be happening?

+5
source share

All Articles