Skip to content

app reported as damaged or incomplete on macOS Ventura aarch64 (M1) #2915

Closed Answered by StephFo
StephFo asked this question in Q&A
Discussion options

You must be logged in to vote

Writing the issue help to better ask google and I found the solution: no issue at all with the app and tycho way to create macOS bundle package whatever it is aarch64 or x86_64.

The issue is related to macOS security: even if I deactivated Gatekeeper, it is not the right way.

I found the solution there: https://www.reddit.com/r/macsysadmin/comments/13vu7f3/app_is_damaged_and_cant_be_opened_error_on_ventura/?rdt=44382#

running this 2 commands:
xattr -l /path/to/application.app
xattr -dr com.apple.quarantine /path/to/application.app

Magic happens, my (not signed with Apple Dev ID) is now running fine.

By the way, i would be interested in a pointer that highlights how to sign with an Apple D…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@laeubi
Comment options

@jcompagner
Comment options

Answer selected by laeubi
Comment options

You must be logged in to vote
1 reply
@jcompagner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants