2

I'm running MacOS 11.5.1, and whenever I launch messages it closes itself. I ran the "messages" file inside (Messages.app/Contents/MacOS/Messages) and it printed out this error:

/.../Applications/Messages.app/Contents/MacOS/Messages ; exit;
XXX@XXX ~ % /.../Applications/Messages.app/Contents/MacOS/Messages ; exit;
dyld: warning, LC_RPATH @loader_path/../Frameworks in /.../Applications/Messages.app/Contents/MacOS/Messages being ignored in restricted program because of @loader_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/Frameworks in /.../Applications/Messages.app/Contents/MacOS/Messages being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/../Frameworks in /.../Applications/.Messages.app/Contents/MacOS/Messages being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)

After looking around online, it seemed that the error was with the code-signing of messages. But that couldn't be possible, because it's an apple-distributed pre-installed app... I still receive messages through notifications and I can reply inside those notifications, but the app won't launch anymore.

codesign says the "resource envelope is obsolete (custom omit rules)"

Any ideas on how to fix this?

bmike
  • 235,889

1 Answers1

0

If this were an app you built, you could re-sign it.

Might be time to reinstall the OS unless you know why this one app was modified and have a backup to restore it. Definitely reinstall if other apps are failing code signatures.

IconDaemon
  • 19,234
bmike
  • 235,889