Tom Duncalf
Tom Duncalf
Hi @thespacemanatee, I'm struggling to build your project, I get these errors: ``` CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore' from project 'Pods') CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore'...
@thespacemanatee Ah thanks, perhaps it is related to the M1, I have an Intel Mac here but do have access to an M1 so will see if I can build...
Thanks for that, I wasn't able to build on my M1 but a few of my packages on my Intel Mac were outdated compared to yours. I upgraded them and...
@mfbx9da4 That is not expected, though it could be related to the performance regressions in the Hermes branch (#4443). I'll see if I can reproduce that here. Is the UI...
Cool, I was just checking that this ticket was the right place for the report. I'll try to repro and let you know how it goes. It might be that...
@mfbx9da4 We're actively working to resolve the Hermes performance regressions. The ticket has more details, with Hermes enabled the regression is caused by internal Hermes code which times every call...
Just to let you know I was able to confirm your findings @mfbx9da4, I see a transaction take ~20ms on our Hermes branch (with Hermes disabled) and ~1/2ms on our...
Hi @chichiangho, thanks for the report. I tried to reproduce this in a Ubuntu VM but could not hit the issue. I'm not really familiar with `electron-builder` – could you...
Hi, that's strange. Can you post any more of the stack trace or is that all you get? Can you run `find . -name "realm.node"` from your project directory to...
cc @kneth, we have a failing asymmetric sync test on Android