jordi 1 Posted October 10, 2019 Hello, I have an MacOs application that works ok after signed in Catalina. But after notarization, I get an access violation when trying to start. I've "Allow unsigned executable memory entitlement" enabled. Anyone can help me? Thank you, Jordi Share this post Link to post
Dave Nottage 557 Posted October 11, 2019 Without a reproducible test case, it would be hard to tell. Some prudent adding of Log.d calls and use of the Console app (in /Applications/Utilities) might help find where it is crashing. Share this post Link to post
jordi 1 Posted October 11, 2019 Hello, Log.d has helped me to find the problem. I see that Delphi converts info.plist to binary before signing and notification actions, and i was trying to read this xml in my application. It seems that this conversion to binary is not needed, because Apple accepts my notification if I do it manually, avoiding this conversion. Another question: how notification works? I must do the notification every time I modify the application? Because now I'm trying to download an only signed version and Catalina doesn't blocks it. Thank you very much Share this post Link to post
Dave Nottage 557 Posted October 11, 2019 6 hours ago, jordi said: I must do the notification every time I modify the application? As far as I'm aware, yes, however it seems Apple has relaxed the requirement until January: https://www.macrumors.com/2019/09/03/apple-macos-catalina-notarization-mac-apps/ Share this post Link to post