-
Notifications
You must be signed in to change notification settings - Fork 494
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
Log show HUD not run in main thread #245
Comments
simulator is OK, device show this warning, find someone have same issue on |
Seems to be Apple iOS 12 weirdness, see this open radar ticket http://www.openradar.me/45003816 |
Thanks @stefanrenne |
Same issue on iPhone XR |
Same issue, iPhone XR, iOS 12.1.4, presenting from main thread, async. |
same issue happening to me, any updates? iPhone XS: iOS 12.1.4 |
Running Xcode 10.2 with Swift 5. This warning is now causing main thread freezes. |
Same issue, weirdly the freeze happens only after the HUD is being shown for the first time per the app's instance. Next calls, and calls made after a restart are not blocking. |
Same here Xcode 10.2, Swift 5, IPhone XS, only happens on first show. Any workaround or fix ? |
Checked: Only happened when debugging. Run without debugger or run release is fine (Not cause freezes main thread) |
Does anyone know if there is a temporary workaround for this? |
I just found a solution / workaround for this, see my PR #252 |
|
PKHUD : Version 5.3.0 It has not been cured yet |
@tomoki69386 same Still reproduces and looks like it happens only on first show() call. |
same issue in iphone xr iphone xs and just occured in first call |
A temporary fix is to remove/comment-out
|
I test
PKHUD
inviewDidAppear
still got Thread Error, but I'm sure
HUD
run in main thread!opened :
Main thread checker
Xcode :
Version 10.1 (10B61)
iOS :
12.1.1
Device :
iPad 11"
The text was updated successfully, but these errors were encountered: