I have a xamarin application for mac OS which I tried to notarize, notarization failed with error "The executable does not have the hardened runtime enabled." As suggested by many blogs I have manually added an Entitlements.plist file and added <CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
in .csproj file along with
<UseHardenedRuntime>true</UseHardenedRuntime>. In Entitlements.plist file it contains only com.apple.security.cs.allow-jit (Since I do not need anything specific). I sent app for notarization for the second time, but still this error "The executable does not have the hardened runtime enabled." raised by Apple Notary Service.
Anyone having any idea how to resolve this issue.
in .csproj file along with
<UseHardenedRuntime>true</UseHardenedRuntime>. In Entitlements.plist file it contains only com.apple.security.cs.allow-jit (Since I do not need anything specific). I sent app for notarization for the second time, but still this error "The executable does not have the hardened runtime enabled." raised by Apple Notary Service.
Anyone having any idea how to resolve this issue.