-
Notifications
You must be signed in to change notification settings - Fork 37
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
executeFetchRequest freezes App #57
Comments
Curious! I recommend you file an Apple bug report and/or use a developer On Thursday, March 13, 2014, Jan Galler [email protected] wrote:
Maarten Billemont (lhunath) |
Yep, it is! I've just made a video showing that issue: After you've reviewed this video, I'm going to fill a bug-report… |
While the app is frozen, what are both apps doing in all threads? In On 13 March 2014 10:00, Jan Galler [email protected] wrote:
Maarten Billemont (lhunath) |
In addition to the main thread, I'd also like to see what USM's thread is On 13 March 2014 14:02, Jan Galler [email protected] wrote:
Maarten Billemont (lhunath) |
I'm using the following code sometimes to deal with data:
Sometimes other apps accessing the same iCloud storage (just on the same device! (example: lite/pro)), then I get randomly a freeze by calling the code. By terminating the other App, the current App starts working again.
Every data-interaction-code runs in performBlockAndWait, so it should not be the problem?
What should I do to fix this?
The text was updated successfully, but these errors were encountered: