Closed MussaCharles closed 4 years ago
It seems that function should be called from Main Thread. I have the same issue when using SwiftDate with AsyncDisplayKit. After change format time to main thread. the crash gone.
Hi, @alexiscn Thanks for the workaround suggestion, I will try it once I get back to the project.
I've fixed it for 6.2.0 and access is atomic right now.
I am getting
EXC_BAD_ACCESS
when running the app from Xcode to a device. This exception is being triggered inRelativeFormatter
class when an instance of of language table is being cached on a methodLine 176:
Any thoughts on this?