mac installer is crashing in macos15 after successfully installing.

Hi Team,

mac installer is crashing in macos15 after successfully installing. but it is working in below mac os versions.

.app file in successfully code signed and notarized.

crash logs is attahced, please check.

below is our entitlement.plist file for reference. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.security.cs.allow-jit</key> <true/> <key>com.apple.security.cs.allow-dyld-environment-variables</key> <true/> <key>com.apple.security.cs.allow-insecure-bundle-execution</key> <false/> <key>com.apple.security.cs.disable-executable-page-protection</key> <false/> <key>com.apple.security.cs.enable-hardened-runtime</key> <true/> </dict> </plist>

we are clueless what is causing issues in macos 15 as we are unable to luanch it post succesful installation.

please kind take a look into the logs attached and help us resolve the issues.

Thanks, NareshG

You can find general advice on debugging issues like this in Resolving Trusted Execution Problems. I recommend that you start with syspolicy_check.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hi,

we are able the launch the installer form the command line by execuing the below shell script.

#!/bin/bash

./nw/nw_mac/Visualizer.app/Contents/MacOS/Visualizer .

but when we click to luanch visualizer post installation we are seeing the below error msg screen popup.

"The application "Visualizer" can't be opened"

is there a bug in macos 15, should i upgrade macos 15.0.1 ??

What did the syspolicy_check test show?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hi,

I have latest crash report and we are still having luanch issues in mac os 15.

Thanks, Naresh

mac installer is crashing in macos15 after successfully installing.
 
 
Q