Sometimes I get this error with Haneke library and Swift.
Here is a screenshot of the error:
This doesn't happen every time I open the app.
Sometimes I get this error with Haneke library and Swift.
Here is a screenshot of the error:
This doesn't happen every time I open the app.
in Haneke/Cache.swift
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), {
+
with this:
dispatch_async(dispatch_get_main_queue(), {
it should work fine then
A new version of the Haneke library fixed this error.