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
My app has been uploaded to TestFlight and has passed the signature verification. However, when installing and opening the app, a blank window appears. The non-Mac App Store version works fine. No helpful messages are displayed in the command line. Here is a screenshot of the blank window.
I have checked the index.html file; it is correct and can be read using fs.readFileSync.
Electron Version: 31.4.0
Running in macOS 14.6.1 arm64
I've connected to chrome://inspect, but it doesn't show more detailed information. Here is the command line output:
./Contents/MacOS/slippod --remote-debugging-port --enable-logging
DevTools listening on ws://127.0.0.1:58286/devtools/browser/a6341af5-84e8-4f3a-bd37-cb24ebc67013
[59724:0818/184407.059283:WARNING:electron_api_native_image.cc(194)] Failed to load image from path '/Applications/slippod-1.localized/slippod.app/Contents/Resources/icons/icon_white.png'
[59729:0818/184407.098619:ERROR:v8_initializer.cc(808)] V8 process OOM (Failed to reserve virtual memory for CodeRange).
Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.
[59731:0818/184407.197866:ERROR:v8_initializer.cc(808)] V8 process OOM (Failed to reserve virtual memory for CodeRange).
Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.
I believe the issue is related to the singing problem, but I'm not sure what the exact problem is. Below is the signature information displayed on appstoreconnect.com:
My app has been uploaded to TestFlight and has passed the signature verification. However, when installing and opening the app, a blank window appears. The non-Mac App Store version works fine. No helpful messages are displayed in the command line. Here is a screenshot of the blank window.
I have checked the index.html file; it is correct and can be read using
fs.readFileSync.
Electron Version: 31.4.0
Running in macOS 14.6.1 arm64
I've connected to chrome://inspect, but it doesn't show more detailed information. Here is the command line output:
I believe the issue is related to the singing problem, but I'm not sure what the exact problem is. Below is the signature information displayed on appstoreconnect.com:
The text was updated successfully, but these errors were encountered: