gpt4 book ai didi

iOS 13 : Searchbar crashing when cancel is hit repeatedly

转载 作者:行者123 更新时间:2023-11-29 05:22:10 25 4
gpt4 key购买 nike

当用户重复单击取消按钮时,我遇到崩溃:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Nested internal _UISearchBar transitions not yet supported. This is an internal UIKit bug.'

步骤:

  • 启动一个显示搜索栏的窗口。
  • 使搜索栏文本字段成为第一响应者。我启用了取消按钮,因此它会显示。
  • 点击取消按钮的位置几次。
  • 观察应用崩溃。

日志:

*** First throw call stack:(    0   CoreFoundation                      0x00007fff23b98bde __exceptionPreprocess + 350    1   libobjc.A.dylib                     0x00007fff503b5b20 objc_exception_throw + 48    2   CoreFoundation                      0x00007fff23b98958 +[NSException raise:format:arguments:] + 88    3   Foundation                          0x00007fff255eb6f5 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 191    4   UIKitCore                           0x00007fff468697ba -[_UISearchBarVisualProviderIOS prepareForTransitionToSearchLayoutState:] + 1306    5   UIKitCore                           0x00007fff46869174 -[_UISearchBarVisualProviderIOS driveTransitionToSearchLayoutState:] + 180    6   UIKitCore                           0x00007fff471c046a __68-[_UISearchControllerTransplantSearchBarAnimator animateTransition:]_block_invoke.98 + 107    7   UIKitCore                           0x00007fff4762a1e6 +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 528    8   UIKitCore                           0x00007fff4762a795 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:options:animations:completion:] + 99    9   UIKitCore                           0x00007fff471bfc15 -[_UISearchControllerTransplantSearchBarAnimator animateTransition:] + 862    10  UIKitCore                           0x00007fff46b2c49e ___UIViewControllerTransitioningRunCustomTransition_block_invoke_2 + 54    11  UIKitCore                           0x00007fff46c41ece +[UIInputResponderController _pinInputViewsForInputResponderController:onBehalfOfResponder:duringBlock:] + 99    12  UIKitCore                           0x00007fff46b2c432 ___UIViewControllerTransitioningRunCustomTransition_block_invoke.645 + 180    13  UIKitCore                           0x00007fff47628751 +[UIView(Animation) _setAlongsideAnimations:toRunByEndOfBlock:] + 175    14  UIKitCore                           0x00007fff46b2c2b8 _UIViewControllerTransitioningRunCustomTransition + 553    15  UIKitCore                           0x00007fff46a0fccb __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.452 + 2632    16  UIKitCore                           0x00007fff4716b85a _runAfterCACommitDeferredBlocks + 352    17  UIKitCore                           0x00007fff4715c63c _cleanUpAfterCAFlushAndRunDeferredBlocks + 248    18  UIKitCore                           0x00007fff4718bc6e _afterCACommitHandler + 85    19  CoreFoundation                      0x00007fff23afaeb7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23    20  CoreFoundation                      0x00007fff23af594e __CFRunLoopDoObservers + 430    21  CoreFoundation                      0x00007fff23af5fca __CFRunLoopRun + 1514    22  CoreFoundation                      0x00007fff23af56b6 CFRunLoopRunSpecific + 438    23  GraphicsServices                    0x00007fff3815cbb0 GSEventRunModal + 65    24  UIKitCore                           0x00007fff47162a67 UIApplicationMain + 1621    25  Properly                            0x000000010d3426d2 main + 80    26  libdyld.dylib                       0x00007fff5123bcf5 start + 1    27  ???                                 0x0000000000000001 0x0 + 1)libc++abi.dylib: terminating with uncaught exception of type NSException

最佳答案

简单的解决方案可以是点击一次后禁用取消按钮。然后执行其下的操作,当流程完成后,您可以根据需要启用它。

关于iOS 13 : Searchbar crashing when cancel is hit repeatedly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58580129/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com