-
Notifications
You must be signed in to change notification settings - Fork 677
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
Dangerous warning #126
Comments
Hi. Got the same warning. And also got a BS Mach Error just before this warning. In ImagePickerController.swift I wrapped everything inside viewDidLoad, viewWillAppear, viewDidAppear, pickerButtonDidPress, doneButtonDidPress, cancelButtonDidPress, imageStackViewDidPress into dispatch_async(dispatch_get_main_queue()) { ... } That seemed to get rid of the above warning. BS Mach Error still appears though somehow. I know this is more like a "wide spectrum" solution, but unfortunately don't have time to go into the details at the moment. Thought this might be helpful in figuring out the exact cause though. |
@aashishdhawan @guidove thanks for letting us know. I'm using https://github.com/onmyway133/MainThreadGuard to check it |
Same warning in iPad and iPhone 5, |
getting following warning in console...I am not sure about steps to reproduce...will debug when bandwidth is available.
2016-04-01 05:54:46.928 ImagePickerDemo[1746:533854] This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
The text was updated successfully, but these errors were encountered: