After MacOS Update File is damaged and can't be opened

I updated to macOS Ventura 13.3.1 today. Later in the day, I tried to open a game via Steam (Civilization VI). I had played it previously with no problems. Today, I got an error that says:


“Civilization VI.app” is damaged and can’t be opened. You should move it to the Trash. This files was downloaded on an unknown date.


I have deleted and reinstalled the app (via Steam), but I still get the warning. I've tried using the "xattr -cr" command via the terminal, but that doesn't make a difference.


Any suggestions?


Mac mini (M1, 2020)

Posted on Apr 18, 2023 3:45 PM

Reply
Question marked as Top-ranking reply

Posted on Apr 19, 2023 5:01 PM

If the file is already in the Applications folder, go to Terminal and type in cd /Applications.

Then run this

cp -XR 'Civilization VI.app' 'Civilization VI-2.app'

Basically it copies without attributes and copies its subtree if any.

Then try to run the new version you renamed with -2. If that works,

delete the original and use the new copied version.

Similar questions

2 replies
Question marked as Top-ranking reply

Apr 19, 2023 5:01 PM in response to MarkLogan

If the file is already in the Applications folder, go to Terminal and type in cd /Applications.

Then run this

cp -XR 'Civilization VI.app' 'Civilization VI-2.app'

Basically it copies without attributes and copies its subtree if any.

Then try to run the new version you renamed with -2. If that works,

delete the original and use the new copied version.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

After MacOS Update File is damaged and can't be opened

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.