iOS app运行时报错:更新UI出错

报错信息如下:

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.

第一次调用会让用户选择:授权后会弹出相册选择器 (此时报上面的错)

iOS app运行时报错:更新UI出错_第1张图片
第一次授权

此时 presentViewController 需要在main_queue 执行,包括UI控件(控制器)的创建也需要在主线程里更新

iOS app运行时报错:更新UI出错_第2张图片
相册选器

你可能感兴趣的:(iOS app运行时报错:更新UI出错)