Christopher Pickslay
Christopher Pickslay
We just started experiencing this exact same issue. We're using Carthage to build Lottie, but the crash persists if I update it to use SPM. Like @rsaadi the crash occurs...
@leomurca interesting finding. I hadn't added any `every` calls where I was using mockkConstructor, because I guess I was assuming I'm getting a nice mock and I wanted to verify...
`brew install swift-sh` ``` ❯ which swift-sh /opt/homebrew/bin/swift-sh ```
Well this is kind of crazy, but it seems to be a side effect of the directory I was running it from. I did the following: 1. Cloned swift-sh, ran...