Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我会在使用 Haneke 库和 Swift 时遇到此错误。
这是错误的屏幕截图:
每次打开应用程序时都不会发生这种情况。
在 Haneke/Cache.swift
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), {
+ 用这个:
dispatch_async(dispatch_get_main_queue(), {
那么它应该可以正常工作
Haneke 库的新版本修复了此错误。