SwiftKickMobile / TLLayoutTransitioning

Enhanced transitioning between UICollectionView layouts in iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catch a error what it means?

bimawa opened this issue · comments

*** Assertion failure in -[NSISLinearExpression incrementConstant:], /SourceCache/Foundation/Foundation-1047.25/Layout.subproj/IncrementalSimplex/NSISLinearExpression.m:620

This is some sort of error in the Auto Layout solver, so this is likely something wrong in your Auto Layout setup. There is nothing I can do without more information. If you can provide a simple sample project, I'll take a look.

There is one reference to this error on StackOverflow. Maybe you'll find something helpful there.

Thx a lot for help ;)