Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

This can lead to engine corruption and weird crashes #25

Closed
ashish12s3 opened this issue Aug 26, 2017 · 1 comment
Closed

This can lead to engine corruption and weird crashes #25

ashish12s3 opened this issue Aug 26, 2017 · 1 comment
Labels

Comments

@ashish12s3
Copy link

This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.

@iwasrobbed
Copy link
Owner

iwasrobbed commented Aug 26, 2017

We don't use any background threads in the source code (nor do we use any autolayout), so I'm guessing this is coming from your app doing something and then updating the UI asynchronously? I'd check any network code you may have.

You may also want to look at https://stackoverflow.com/questions/32680303/ios9-this-application-is-modifying-the-autolayout-engine-from-a-background-thr?noredirect=1&lq=1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants