Closed oseparovic closed 9 years ago
Looks like you're doing UI operations on a background thread (thread #20, com.airg.imagequeue). You need to make sure you're always dealing with UIKit (and MBProgressHUD) on the main thread / queue.
You are 100% correct, my bad. I didn't even see that. Thank you so much for the quick response!
There's an issue in our app where if the user repeatedly performs a post status operation it will trigger the following crash.
The specific flow for this is:
If this sequence is repeated rapidly after a few operations this crash can be reproduced.
This is what our hideHUDAfterDelay helper method looks like:
I've pasted a portion of the BT below.
Any ideas? Thanks in advance.