Starting with OS X 10.10 existing code signing method doesn’t work. If you have application signed for 10.9 and application works without problems, with 10.10 you will get following error: How to verify application sign status from command line: As it’s seems from the verification output, application is correctly signed but OSX doesn’t accept it. Another …
Tag: developer
How to sign your Qt Mac OS X App for Gatekeeper
Starting from Mac os 10.8 apple applications requires certificate. Without that certificate (or without additional system tweaks described here on our product support page: http://support.orm-designer.com/5/macos-mountain-lion-10-8-unidentified-developer ) user will se following message: Solution To solve this error message it’s necessary to do following steps: Register in Apple developer program and pay $99 per year Download and install developer certificate …