version:26.0-23A5308g Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 103.667]. Layer: <CALayer:0x15793f720; position = CGPoint (0 0); bounds = CGRect (0 0; 0 48); delegate = <_UIEditMenuListView: 0x10f962f80; frame = (nan 0; 0 48); anchorPoint = (inf, 0); alpha = 0; layer = <CALayer: 0x15793f720>>; sublayers = (<CALayer: 0x155964e70>, <CALayer: 0x15793eaf0>); opaque = YES; allowsGroupOpacity = YES; anchorPoint = CGPoint (inf 0); opacity = 0>'
iOS26 wkWebview Crash Application threw exception CALayerInvalidGeometry: CALayer position contains NaN:
I had the same crash with same crashlog. In my case I used WKWebView to display PDF document. Crash used to occur when you long press to call actions menu anywhere in the area without text. If you long press on text, actions menu was displayed without crash.
It was on iOS 26 beta 5, but now on iOS 26 beta 7 I can't reproduce crash in such scenario. Looks like it was fixed, but can't say for sure, since I didn't find mentions of such problem in release notes.