Notarization of .net core App on mac - Application is crashing after notarization.
Hi ,
I have a .net core application which i have published on mac. After publish it creates a Unix executable.
As we have to run this on MAC and without notarization it will not work. hence we have notarized the dlls and unix executable.
We have added the below entitlements as well in our plist file
com.apple.security.cs.allow-jit
com.apple.security.cs.allow-unsigned-executable-memory
com.apple.security.cs.allow-dyld-environment-variables
com.apple.security.cs.disable-library-validation
But still after notarization my app is failing
But the dll works fine and not the unix executable.
Could any one please help me out.
Is their anything else we have do for notarizing the .net core apps on mac.