Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appstore++ crush #5

Open
mixza2 opened this issue Aug 25, 2019 · 4 comments
Open

Appstore++ crush #5

mixza2 opened this issue Aug 25, 2019 · 4 comments

Comments

@mixza2
Copy link

mixza2 commented Aug 25, 2019

Date: 2019-08-25 15:23:22 +0000
Process: AppStore
Bundle id: com.apple.AppStore
Exception type: NSInvalidArgumentException
Reason: [<SKUIItem 0x10baab0f0> setNilValueForKey]: could not set nil as the value for the key _versionIdentifier.
Culprit: appstoreplusUI.dylib
Device: iPhone 6s, iOS 12.4
Call stack:
0 CoreFoundation 0x00000001b96629a4 __exceptionPreprocess
1 libobjc.A.dylib 0x00000001b883b9f8 objc_exception_throw
2 CoreFoundation 0x00000001b956cbc0 -[NSCache init]
3 Foundation 0x00000001ba0a0c78 -[NSObject(NSKeyValueCoding) setNilValueForKey:]
4 Foundation 0x00000001b9fe88d0 -[NSObject(NSKeyValueCoding) setValue:forKey:]
5 appstoreplusUI.dylib 0x00000001035bae78 hexDump
6 UIKitCore 0x00000001e56f0d3c -[UIAlertController _invokeHandlersForAction:]
7 UIKitCore 0x00000001e56f16f8 __103-[UIAlertController _dismissAnimated:triggeringAction:triggeredByPopoverDimmingView:dismissCompletion:]_block_invoke.461
8 UIKitCore 0x00000001e58f1028 -[UIPresentationController transitionDidFinish:]
9 UIKitCore 0x00000001e58f4ca4 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.425
10 UIKitCore 0x00000001e59ecf24 -[_UIViewControllerTransitionContext completeTransition:]
11 UIKitCore 0x00000001e63f8d1c -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:]
12 UIKitCore 0x00000001e63cfa74 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:]
13 UIKitCore 0x00000001e63d0048 -[UIViewAnimationState animationDidStop:finished:]
14 UIKitCore 0x00000001e63d00e8 -[UIViewAnimationState animationDidStop:finished:]
15 QuartzCore 0x00000001bdbb13c8 CA::Layer::run_animation_callbacks(void*)
16 libdispatch.dylib 0x00000001b90a17d4 _dispatch_client_callout
17 libdispatch.dylib 0x00000001b904f008 _dispatch_main_queue_callback_4CF$VARIANT$mp
18 CoreFoundation 0x00000001b95f432c CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
19 CoreFoundation 0x00000001b95ef264 __CFRunLoopRun
20 CoreFoundation 0x00000001b95ee7c0 CFRunLoopRunSpecific
21 GraphicsServices 0x00000001bb7ef79c GSEventRunModal
22 UIKitCore 0x00000001e5f6dc38 UIApplicationMain
23 AppStore 0x0000000102557d24 AppStore + 81188
24 libdyld.dylib 0x00000001b90b28e0 start

@vadimszzz
Copy link

vadimszzz commented Oct 30, 2021

Developer forgot to schedule [UIAlertController _invokeHandlersForAction:] on the main GCD queue

@CokePokes
Copy link
Owner

CokePokes commented Oct 30, 2021 via email

@vadimszzz
Copy link

vadimszzz commented Oct 30, 2021

Process: AppStore

appstoreplusUI.dylib

@CokePokes
Copy link
Owner

CokePokes commented Oct 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants