Posts

Post marked as solved
9 Replies
Fixed the crash issue when I applied the following entitlements to everything (files, apps, frameworks,...)<key>com.apple.security.automation.apple-events</key><true/><key>com.apple.security.cs.allow-dyld-environment-variables</key><true/><key>com.apple.security.cs.allow-jit</key><true/><key>com.apple.security.cs.allow-unsigned-executable-memory</key><true/><key>com.apple.security.cs.debugger</key><true/><key>com.apple.security.cs.disable-executable-page-protection</key><true/><key>com.apple.security.cs.disable-library-validation</key><true/>
Post marked as solved
9 Replies
Thanks, that makes sense.Any idea why the standalone executables (such as bin/optimizer) still get the pop-up saying the developer can't be identified when (a) they are signed and (b) they were in the .dmg that got notarized, and according to the notarization log JSON they were listed as being in the contents?If the .framework is signed, is it still necessary to sign its component executables and dylibs?
Post marked as solved
9 Replies
new uuid:40580f0b-d316-4df6-aac7-c6e2ccb549d4The stapling worked once I adjust our network settings. However:when I try to run any of our executables from the command-line (which is valid mode of operation for the users) I get a pop-up saying "the developer cannot be verified", and "macOS cannot verify that this app is free from malware". Despite the executable and its .dylibs all being signed, and, it having beein installed from a notarized & stapled .dmg. Could this be because they are in the .dmg but outside the .app?Launching the app results in a crash. If I run the executable in its Contents/MacOS folder, I get an error saying a nested framework is not signed before it aborts with error code 6. I tried going on a codesigning spree (guided by what was listed in the issues in the JSON from a previous notarization process), and with that version of the installer I got this message instead[18116:775:1101/121703.384099:ERROR:component_loader.cc(162)] Failed to parse extension manifest. [1101/121703.506416:WARNING:system_snapshot_mac.cc(42)] sysctlbyname kern.nx: No such file or directory (2) [1101/121703.517707:WARNING:crash_report_exception_handler.cc(239)] UniversalExceptionRaise: (os/kern) failure (5) Killed: 9Edited to add: i've determined that if i just codesign the framework, I get the kern.nx crash listed above