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

UI API called on a background thread #103

Closed
Ptbaileys opened this issue Aug 20, 2020 · 1 comment
Closed

UI API called on a background thread #103

Ptbaileys opened this issue Aug 20, 2020 · 1 comment

Comments

@Ptbaileys
Copy link

version 1.4.0

Main Thread Checker: UI API called on a background thread: -[UILabel setAttributedText:]
PID: 1319, TID: 480088, Thread name: (none), Queue name: com.mindsnacks.msweaktimer.0x282c285a0, QoS: 0
Backtrace:
4 CocoaDebug 0x00000001070ed98c -[DebugConsoleLabel updateLabelWith:value:] + 228
5 CocoaDebug 0x00000001071ac278 $s10CocoaDebug6BubbleC5frameACSo6CGRectV_tcfcySfcfU
+ 372
6 CocoaDebug 0x00000001071ac2d8 $sSfIegy_SfIeyBy_TR + 64
7 CocoaDebug 0x00000001070ef488 -[_DebugMonitor updateValue] + 172
8 CocoaDebug 0x0000000107184110 -[_WeakTimer timerFired] + 148
9 CocoaDebug 0x0000000107183ef8 __22-[_WeakTimer schedule]_block_invoke + 60
10 libdispatch.dylib 0x000000010ddff4d8 _dispatch_client_callout + 20
11 libdispatch.dylib 0x000000010de02320 _dispatch_continuation_pop + 572
12 libdispatch.dylib 0x000000010de16224 _dispatch_source_invoke + 1332
13 libdispatch.dylib 0x000000010de06a54 _dispatch_lane_serial_drain + 260
14 libdispatch.dylib 0x000000010de07868 _dispatch_lane_invoke + 492
15 libdispatch.dylib 0x000000010de02150 _dispatch_continuation_pop + 108
16 libdispatch.dylib 0x000000010de01704 _dispatch_async_redirect_invoke + 684
17 libdispatch.dylib 0x000000010de11850 _dispatch_root_queue_drain + 356
18 libdispatch.dylib 0x000000010de121b8 _dispatch_worker_thread2 + 140
19 libsystem_pthread.dylib 0x0000000196b116dc _pthread_wqthread + 216
20 libsystem_pthread.dylib 0x0000000196b179c8 start_wqthread + 8

PID: 1319, TID: 480088, Thread name: (none), Queue name: com.mindsnacks.msweaktimer.0x282c285a0, QoS: 0
Backtrace:
4 CocoaDebug 0x00000001070ed98c -[DebugConsoleLabel updateLabelWith:value:] + 228
5 CocoaDebug 0x00000001071ac278 $s10CocoaDebug6BubbleC5frameACSo6CGRectV_tcfcySfcfU
+ 372
6 CocoaDebug 0x00000001071ac2d8 $sSfIegy_SfIeyBy_TR + 64
7 CocoaDebug 0x00000001070ef488 -[_DebugMonitor updateValue] + 172
8 CocoaDebug 0x0000000107184110 -[_WeakTimer timerFired] + 148
9 CocoaDebug 0x0000000107183ef8 __22-[_WeakTimer schedule]_block_invoke + 60
10 libdispatch.dylib 0x000000010ddff4d8 _dispatch_client_callout + 20
11 libdispatch.dylib 0x000000010de02320 _dispatch_continuation_pop + 572
12 libdispatch.dylib 0x000000010de16224 _dispatch_source_invoke + 1332
13 libdispatch.dylib 0x000000010de06a54 _dispatch_lane_serial_drain + 260
14 libdispatch.dylib 0x000000010de07868 _dispatch_lane_invoke + 492
15 libdispatch.dylib 0x000000010de02150 _dispatch_continuation_pop + 108
16 libdispatch.dylib 0x000000010de01704 _dispatch_async_redirect_invoke + 684
17 libdispatch.dylib 0x000000010de11850 _dispatch_root_queue_drain + 356
18 libdispatch.dylib 0x000000010de121b8 _dispatch_worker_thread2 + 140
19 libsystem_pthread.dylib 0x0000000196b116dc _pthread_wqthread + 216
20 libsystem_pthread.dylib 0x0000000196b179c8 start_wqthread + 8

@CocoaDebug
Copy link
Owner

Fixed. Please updated to the latest version.

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

2 participants