User Tools

Site Tools


software:macosx

This is an old revision of the document!


Mac OS X

OSX86

What about running MacOS X on a “standard” x86 computer?

How-to

App keep bouncing clicking the icon but it opens launching directly the binary located in Contents/MacOS/

Probably the signature of the app is wrong or gone, check if console gives you and error like “binary is improperly signed”. In that case you can re-sign the binary application using this command:

sudo codesign -f -s - "/Applications/YOURAPP.app/Contents/MacOS/YOURBINARY"
software/macosx.1450431388.txt · Last modified: 2015/12/18 10:36 by Michele Porelli