Back to all

iOS app crashes even when restoring from an back in December 2023.

My app constantly crashes, I get this error message and I don't have this issue when I downloaded my build from 2 days prior. Both on the online simulator or XCode simulator. Even if I store to a working version it continues to crash on iOS (only).

I can't figure out why this build is missing showNavigationItemButtonsAnimated, while my build from 2 days does have it included. I need help to fix this.

Error:````Warning: -[BETextInput attributedMarkedText] is unimplemented
Reachability Flag Status: -R ------- networkStatusForFlags
Failed to resolve host network app id
got original agent Mozilla/5.0 (iPhone; CPU iPhone OS 17 5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[LEANWebViewController showNavigationItemButtonsAnimated:]: unrecognized selector sent to instance 0x104043600' First throw call stack:
(
0 CoreFoundation 0x00000001804ae0f8 exceptionPreprocess + 172
1 libobjc.A.dylib 0x0000000180087db4 objc_exception_throw + 56
2 CoreFoundation 0x00000001804c2f48 +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0
3 UIKitCore 0x00000001853fbf54 -[UIResponder doesNotRecognizeSelector:] + 232
4 CoreFoundation 0x00000001804b2248 _
forwarding_ + 1280
5 CoreFoundation 0x00000001804b456c _CF_forwarding_prep_0 + 92
6 GoNativeCore 0x0000000101dcd858 -[GNJSBridgeHandler handleUrl:query:wvc:] + 8332
7 MyApp 0x0000000100bc7190 -[LEANWebViewController handleJSBridgeFunctions:] + 868
8 MyApp 0x0000000100bc7fe8 -[LEANWebViewController shouldLoadRequest:isMainFrame:isUserAction:hideWebview:sender:] + 3584
9 MyApp 0x0000000100bc49d8 -[LEANWebViewController webView:decidePolicyForNavigationAction:preferences:decisionHandler:] + 644
10 WebKit 0x000000018b406a20 ZN6WebKit15NavigationState16NavigationClient31decidePolicyForNavigationActionERNS_12WebPageProxyEON3WTF3RefIN3API16NavigationActionENS4_12RawPtrTraitsIS7_EEEEONS5_INS_27WebFramePolicyListenerPro 11 WebKit 0x000000018b57e1bc ZN6WebKit12WebPageProxy31decidePolicyForNavigationActionEON3WTF3RefINS15WebProcessProxyENS1_12RawPtrTraitsIS3_EEEENS1_23ObjectIdentifierGenericIN7WebCore18PageIdentifierTypeENS1_38ObjectIdentif 12 WebKit 0x000000018b57cd88 ZN6WebKit12WebPageProxy42decidePolicyForNavigationActionAsyncSharedEON3WTF3RefINS15WebProcessProxyENS1_12RawPtrTraitsIS3_EEEENS1_23ObjectIdentifierGenericIN7WebCore18PageIdentifierTypeENS1_38Ob 13 WebKit 0x000000018b57cbac ZN6WebKit12WebPageProxy36decidePolicyForNavigationActionAsyncEONS_13FrameInfoDataEyONS_20NavigationActionDataES2_NSt3
18optionalIN3WTF23ObjectIdentifierGenericINS26WebPageProxyIdentifierTypeEN 14 WebKit 0x000000018b9dfa18 ZN3IPC18handleMessageAsyncIN8Messages12WebPageProxy36DecidePolicyForNavigationActionAsyncEN6WebKit12WebPageProxyES5_FvONS4_13FrameInfoDataEyONS4_20NavigationActionDataES7_NSt318optionalIN3WTF2 15 WebKit 0x000000018b9dcb04 _ZN6WebKit12WebPageProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 304
16 WebKit 0x000000018bae4eb0 _ZN3IPC18MessageReceiverMap15dispatchMessageERNS_10ConnectionERNS_7DecoderE + 252
17 WebKit 0x000000018b5f27a4 _ZN6WebKit15WebProcessProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 40
18 WebKit 0x000000018bae0fcc _ZN3IPC10Connection15dispatchMessageENSt3
110unique_ptrINS_7DecoderENS1_14default_deleteIS3_EEEE + 732
19 WebKit 0x000000018bae12ec
ZN3IPC10Connection24dispatchIncomingMessagesEv + 468
20 JavaScriptCore 0x00000001953e507c _ZN3WTF7RunLoop11performWorkEv + 176
21 JavaScriptCore 0x00000001953e5dd0 _ZN3WTF7RunLoop11performWorkEPv + 32
22 CoreFoundation 0x000000018040ee48 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24
23 CoreFoundation 0x000000018040ed90 **CFRunLoopDoSource0 + 172
24 CoreFoundation 0x000000018040e500 **CFRunLoopDoSources0 + 232
25 CoreFoundation 0x0000000180408be8 __CFRunLoopRun + 768
26 CoreFoundation 0x00000001804084d4 CFRunLoopRunSpecific + 572
27 GraphicsServices 0x000000018ef2aae4 GSEventRunModal + 160
28 UIKitCore 0x00000001853d0a28 -[UIApplication _run] + 868
29 UIKitCore 0x00000001853d46b0 UIApplicationMain + 124
30 MyApp 0x0000000100bfac94 main + 528
31 dyld 0x0000000100e29544 start_sim + 20
32 ??? 0x0000000100eee0e0 0x0 + 4310622432
33 ??? 0x7779000000000000 0x0 + 8608912162695413760
)
libc++abi: terminating due to uncaught exception of type NSException```