You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not sure if this is a general electron issue or specific to the Castlabs Electron version. Since we're using Castlabs Electron, we're reporting it here first.
We've received multiple reports from users experiencing crashes on macOS 11 after upgrading from Electron 33.x+wvcus to 34.x+wvcus. Below is the crash log:
After looking into Info.plist file, I've confirmed that the mainline electron is built with Xcode 15.4 while castlabs-electron is built with Xcode 16.2 => this bug only occurs with castlabs-electron because of a bug in Xcode 16: https://forums.developer.apple.com/forums/thread/763710
Yes, I came to the same conclusion after looking briefly into this last week. I meant to write something in the thread but I didn't get around to it before I had a mini vacation over the weekend.
Anyway, this is clearly an Xcode issue at the core. Unfortunately we can't easily work around it with the current build setup for ECS either, so I'm not entirely sure when it can be fixed. Since the issue is acknowledged as a known issue, maybe Apple will even fix Xcode before that happens.
We're not sure if this is a general
electron
issue or specific to the Castlabs Electron version. Since we're using Castlabs Electron, we're reporting it here first.We've received multiple reports from users experiencing crashes on macOS 11 after upgrading from Electron 33.x+wvcus to 34.x+wvcus. Below is the crash log:
It seems this could be related to Electron being built with Xcode 16, as discussed in these reports:
There may be a need to adjust the Xcode build configuration, as suggested in this PR:
Could you take a look? If this is an upstream issue, we’ll report it there instead.
Thanks!
The text was updated successfully, but these errors were encountered: