signal 11: Segmentation fault
when using matchers with methods accepting Objective-C types
#63
Labels
bug
Something isn't working
Using matchers with Objective-C types (e.g.
NSDecimalNumber
) results in asignal 11: Segmentation Fault
.This problem affects only Mokkery
2.6.0
and is probably caused by changes in Kotlin2.1.0
.Using expected values instead of matchers does not cause the issue so it can be used as a temporary workaround.
The text was updated successfully, but these errors were encountered: