Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac: "KubeUI-osx-x64-Setup.pkg" cannot be opened because it is from an unidentified developer. #688

Open
IvanJosipovic opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IvanJosipovic
Copy link
Owner

IvanJosipovic commented Sep 5, 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

@IvanJosipovic IvanJosipovic pinned this issue Sep 5, 2024
@IvanJosipovic IvanJosipovic added the bug Something isn't working label Sep 5, 2024
@IvanJosipovic 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant