Marc Rousavy

Results 1813 comments of Marc Rousavy

where would that code be? is there anything that Nitro currently does wrong? is there a place where Nitro should add a `ThreadScope`?

Ahh yea it's because the closure holds something that can be destroyed from an arbitrary thread (Hades GC) How often did you actually see this error and can you reproduce...

How can `global` be null? I cannot reproduce this.

> Will a reproducer help? I can open a new issue with a repo. Can you just create a PR to fix this issue in MMKV? I don't use web....

The troubleshooting guide which you have read should tell you how to get actual logs. "Failed with non-zero exit code" is not helpful

> build logs are all successful, that's why I attached the `pod install` and `nitrogen` logs. it only fails when I start to hit Run in Xcode I'm not sure...

There we go - here's the error you got: ``` 1. Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) 2. Compiling with the current language version 3. While evaluating request ASTLoweringRequest(Lowering AST...

Definitely a Swift compiler bug. I can try to work around this, but in the meantime you can just make your `bool` default to `false` instead of being `null`. Or...