Hi 😢
When attempting to codesign,
my command fails on CI this morning (however, identical build was succeeding last night). I'm assuming this is related to Apple's timestamp server based on similar posts on this forum in the past.
Error: Command failed: codesign --sign <redacted> --force --keychain /var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/<redacted>.keychain --timestamp --options runtime --entitlements config/mac_config/entitlements.mac.plist /Users/travis/build/<redacted>/dist_electron/mac-arm64/<redacted>.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Helpers/chrome_crashpad_handler
291
/Users/travis/build/<redacted>/<redacted>/dist_electron/mac-arm64/<redacted>.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Helpers/chrome_crashpad_handler: replacing existing signature
292
/Users/travis/build/<redacted>/<redacted>/dist_electron/mac-arm64/<redacted>.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Helpers/chrome_crashpad_handler: A timestamp was expected but was not found.
Please help, I really need to codesign my app! Thank you!
FB9493987 (Timestamp server issue)