-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
github-project-automation
bot
moved this to Needs Discussion
in Mobile & Cross Platform SDK
Nov 12, 2024
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. |
philipphofmann
added
Waiting for: Community
and removed
Waiting for: Product Owner
labels
Nov 13, 2024
philipphofmann
moved this from Needs Discussion
to Needs More Information
in Mobile & Cross Platform SDK
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: