You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see a crash in production inside transformationsForSlices:edge:startPosition:totalSize:firstBezier:secondBezier:finalRectDepth: using version 1.1 of this library via CocoaPods. This crash account for about 4% of our app's total crashes. The crash is SIGABRT on UIView+Genie.m:357:
We see a crash in production inside
transformationsForSlices:edge:startPosition:totalSize:firstBezier:secondBezier:finalRectDepth:
using version 1.1 of this library via CocoaPods. This crash account for about 4% of our app's total crashes. The crash isSIGABRT
onUIView+Genie.m:357
:assert(sign*(startPosition - rectPartStart) <= 0.0);
Here is a sample full stack trace:
The text was updated successfully, but these errors were encountered: