Skip to content
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

Fix xcode error "must be run on main thread" #129

Merged
merged 1 commit into from
Nov 29, 2018
Merged

Fix xcode error "must be run on main thread" #129

merged 1 commit into from
Nov 29, 2018

Conversation

ghenry22
Copy link

@ghenry22 ghenry22 commented Oct 8, 2018

As this uses UIApplication xcode throws errors about the task being run on a background thread. To resolve run async on main thread so there are no errors and xcode (and consequently appstore reviews) are happy.

As this uses UIApplication xcode throws errors about the task being run on a background thread.  To resolve run async on main thread so there are no errors and xcode (and consequently appstore reviews) are happy.
@taivo taivo merged commit ee7d0f0 into taivo:master Nov 29, 2018
@taivo
Copy link
Owner

taivo commented Nov 29, 2018

Thanks for your contribution @ghenry22 👍

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

Successfully merging this pull request may close these issues.

2 participants