Lnpopupcontroller: Long press on popup bar crash on iOS 13

Created on 25 Aug 2019  路  3Comments  路  Source: LeoNatan/LNPopupController

Steps to Reproduce

Long press on minified popup bar.

Device, OS and Xcode Versions

OS Version: iPhone OS 13.0 (17A5572a)
Release Type: Beta
LNPopupcontroller: Version 2.8

Crashlog

Last Exception Backtrace:
0   CoreFoundation                  0x1bce37278 __exceptionPreprocess + 220 (NSException.m:199)
1   libobjc.A.dylib                 0x1bcb600a4 objc_exception_throw + 56 (objc-exception.mm:565)
2   CoreFoundation                  0x1bcd3af94 -[NSObject(NSObject) doesNotRecognizeSelector:] + 140 (NSObject.m:144)
3   UIKitCore                       0x1c0e45780 -[UIResponder doesNotRecognizeSelector:] + 296 (UIResponder.m:657)
4   CoreFoundation                  0x1bce3b5d8 ___forwarding___ + 1324 (NSForwarding.m:3613)
5   CoreFoundation                  0x1bce3d10c _CF_forwarding_prep_0 + 92
6   LNPopupController               0x1006fec40 -[LNPopupController previewingContext:viewControllerForLocation:] + 100 (LNPopupController.m:1406)
7   UIKitCore                       0x1c0d4a9b8 -[_UIViewControllerPreviewingContext previewInteractionController:viewControllerForPreviewingAtLo... + 248 (_UIViewControllerPreviewingContext.m:110)
8   UIKitCore                       0x1c0d7e664 -[_UIPreviewInteractionController _preparePreviewViewControllerPresentationFromPreviewInteraction:] + 192 (_UIPreviewInteractionController.m:378)
9   UIKitCore                       0x1c0d7dd9c -[_UIPreviewInteractionController previewInteractionShouldBegin:] + 88 (_UIPreviewInteractionController.m:228)
10  UIKitCore                       0x1c0d88644 -[_UIPreviewInteractionClassicImpl _updateInteractionStateRecognizerForTouchForce:atTimestamp:wit... + 360 (_UIPreviewInteractionClassicImpl.m:386)
11  UIKitCore                       0x1c0d884c8 -[_UIPreviewInteractionClassicImpl _updateForContinuousEvaluation:] + 180 (_UIPreviewInteractionClassicImpl.m:339)
12  QuartzCore                      0x1c36549ac CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 632 (CADisplay.mm:2480)
13  QuartzCore                      0x1c371e378 display_timer_callback(__CFMachPort*, void*, long, void*) + 264 (CADisplayTimer.cpp:164)
14  CoreFoundation                  0x1bcd8bff8 __CFMachPortPerform + 172 (CFMachPort.c:533)
15  CoreFoundation                  0x1bcdb570c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56 (CFRunLoop.c:1937)
16  CoreFoundation                  0x1bcdb4e38 __CFRunLoopDoSource1 + 444 (CFRunLoop.c:2075)
17  CoreFoundation                  0x1bcdafd0c __CFRunLoopRun + 2168 (CFRunLoop.c:3098)
18  CoreFoundation                  0x1bcdaf16c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
19  GraphicsServices                0x1c6bd9328 GSEventRunModal + 104 (GSEvent.c:2246)
20  UIKitCore                       0x1c0e17f6c UIApplicationMain + 1936 (UIApplication.m:4687)
21  Podlive                         0x1001accc8 main + 68 (SubscriptionTableViewCell.swift:17)
22  libdyld.dylib                   0x1bcc3a424 start + 4
bug

Most helpful comment

Ah, I see, I managed to reproduce. Will fix.

All 3 comments

What is the exception?
The preview context API is deprecated and will be removed in a future build.

Ah, I see, I managed to reproduce. Will fix.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joaovbalmeida picture joaovbalmeida  路  9Comments

nhatduong picture nhatduong  路  7Comments

derickito picture derickito  路  3Comments

RajChanchal picture RajChanchal  路  3Comments

amosavian picture amosavian  路  7Comments