duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Does not support iOS 12 #132

Closed bertugyilmaz closed 6 years ago

bertugyilmaz commented 6 years ago

Released iOS 12 and always get crash report 👇🏻

Please help me and solved this issue

closure #1 () -> () in static Async.AsyncBlock.(async in _E687294E1917D2F98ED787A27C7576C6)(after: Swift.Double?, block: () -> A1, queue: Async.(GCD in _E687294E1917D2F98ED787A27C7576C6)) -> Async.AsyncBlock<(), A1> reabstraction thunk helper from @escaping @callee_guaranteed () -> () to @escaping @callee_unowned @convention(block) () -> ()

duemunk commented 6 years ago

Fixed in #131