-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Xcode 16.1 swizzleCoreData hangs main thread #4527
Comments
Hello @mitko25522, thanks for reaching out. The swizzled function is called in the same thread the original call is made. |
Hello @brustolin, thank you for the quick reply and the information. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Platform
iOS
Environment
Develop
Installed
CocoaPods
Version
8.40.1
Xcode Version
16.1
Did it work on previous versions?
No response
Steps to Reproduce
Expected Result
There shouldn't be a warning that the main thread is hanging.
Actual Result
When fetching core data objects I get a warning that the swizzle method is causing the main thread to hang:
Performing I/O on the main thread by reading or writing to a database can cause hangs.
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: