Notarization of .net core App on mac - Application is crashing after notarization.

Megha Joshi 1 Reputation point
2021-09-08T06:30:38.723+00:00

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.

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,119 questions
0 comments No comments
{count} votes