Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Adora

macrumors 6502a
Original poster
Jun 30, 2024
784
395
I recognized it first in 15.2 Beta 3 and thought it was a bug when suddenly some Firefox forks didn't work anymore.

I got error messages like those:


Screen Shot 2024-11-15 at 18.14.32.png
Screen Shot 2024-11-15 at 18.14.50.png

There seems to be no way around to open those apps other than the developer is paying yearly to Apple and signs their apps.

Gatekeeper is even completely turned off on my Mac that I don't have to give special permissions and press a key while opening for the first time:

Screen Shot 2024-11-15 at 18.16.27.png



Did I overlook something in the news here? Or wasn't there anything about that? I think it's really important to know.


https://hackaday.com/2024/11/01/apple-forces-the-signing-of-applications-in-macos-sequoia-15-1/
 
@bogdanw

It worked for SeaMonkey too, but for Pulse Browser I get this:

Applications/Pulse Browser Alpha.app: resource fork, Finder information, or similar detritus not allowed
 
but for Pulse Browser I get this:Applications/Pulse Browser Alpha.app: resource fork, Finder information, or similar detritus not allowed
Delete it, drag it again from the dmg and run in Terminal:
Code:
xattr -rd com.apple.quarantine /Applications/Pulse\ Browser\ Alpha.app
xattr -cr /Applications/Pulse\ Browser\ Alpha.app
codesign --force --deep --sign - /Applications/Pulse\ Browser\ Alpha.app 
open -a /Applications/Pulse\ Browser\ Alpha.app
 
  • Like
Reactions: Adora
Delete it, drag it again from the dmg and run in Terminal:
Code:
xattr -rd com.apple.quarantine /Applications/Pulse\ Browser\ Alpha.app
xattr -cr /Applications/Pulse\ Browser\ Alpha.app
codesign --force --deep --sign - /Applications/Pulse\ Browser\ Alpha.app
open -a /Applications/Pulse\ Browser\ Alpha.app

Thanks, it worked. Even without deleting it before. :)

I wonder if only some commands need those backslashes for an empty space or if I can also use just quotes everywhere. It sometimes looks irritating. Or does it have to do with the shell that is used for Terminal or that I am using iTerm instead?

The command codesign for example also works with /Applications/"Pulse Browser Alpha.app" or everything in quotes "/Applications/Pulse Browser Alpha.app"
 
I find it easier to drag the app into Terminal than to write the whole path in quotes.
 
  • Like
Reactions: Adora
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.