Hi,
Getting this error when trying to run Developer ID signed Mac app:
The OS has denied permission to launch. Please ensure that the app is signed appropriately.
When trying to open .app
file manually popup says: You do not have permission to open the application
My app contains Tunnel Extension. Added -systemextension
to entitlements to work with Developer ID. The app is running fine with Apple Dev cert signing.
codesign -v -vvv --deep
shows no errors;
tried setting permissions and signing manually with codesign
, same errors
Any clues? Thanks in advance
Added -systemextension to entitlements to work with Developer ID.
I am assuming that both provisioning profiles that you are using for building and signing your app and system extension also both contain references to a Developer ID certificate and any Network Extension entitlement also contains the -systemextension
suffix on the end as described here?
Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com