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
If you receive one of the following errors on a Mac, this is due to the application not being signed with a Apple Developer certificate. See link for more details, https://support.apple.com/en-ca/102445
"KubeUI-osx-x64-Setup.pkg" cannot be opened because it is from an unidentified developer.
"KubeUI" is damaged and can't be opened. You should move it to Trash.
Workarounds
In Terminal, run one the following commands depending on which release type was downloaded.
Note, this only needs to be done one time.
IvanJosipovic
changed the title
Mac: The app might be broken or corrupted, or it might have been tampered with.
Mac: "KubeUI-osx-x64-Setup.pg" cannot be opened because it is from an unidentified developer.
Sep 7, 2024
IvanJosipovic
changed the title
Mac: "KubeUI-osx-x64-Setup.pg" cannot be opened because it is from an unidentified developer.
Mac: "KubeUI-osx-x64-Setup.pkg" cannot be opened because it is from an unidentified developer.
Sep 7, 2024
If you receive one of the following errors on a Mac, this is due to the application not being signed with a Apple Developer certificate. See link for more details, https://support.apple.com/en-ca/102445
"KubeUI-osx-x64-Setup.pkg" cannot be opened because it is from an unidentified developer.
"KubeUI" is damaged and can't be opened. You should move it to Trash.
Workarounds
In Terminal, run one the following commands depending on which release type was downloaded.
Note, this only needs to be done one time.
Setup.pkg
xattr -d com.apple.quarantine /Users/{username}/Downloads/KubeUI-osx-x64-Setup.pkg
If you receive the same error after the Setup, run
xattr -d com.apple.quarantine /Applications/KubeUI.app
Portable
xattr -d com.apple.quarantine /Users/{username}/Downloads/KubeUI.app
The text was updated successfully, but these errors were encountered: