Posts

Post not yet marked as solved
2 Replies
415 Views
Hey there--I have been trying to gain some confidence that everything is working as expected with notarization but haven't been able to achieve what I need.I have a 10.15 Catalina VM running on Parallels 15. The underlying OSX is 10.14.I have versions of our app that should fail because they are not notarized but they still install and launch just fine.I have checked that spctl --status and csrutil status both show as enabled (not sure this is related). I have checked that /usr/bin/xattr -p com.apple.quarantine file returns a value. I have ensured that I have downloaded things from a webserver.No matter what I do, I cannot get the unnotarized app to fail to install/launch. Is there something else I can check?Dan
Posted Last updated
.
Post marked as solved
2 Replies
3.3k Views
Hey there--My team and I are trying to figure out the notarization needs for our project. We have sent a few things in and got back improving results as we make progress.Now, however, we find ourselves stuck on something odd. We are using the 10.12 SDK--we force this in our build--but we still get the following error back in the json report about our executables:"The binary uses an SDK older than the 10.9 SDK"We are trying to track down if our build is inadvertently picking up something from our 10.14 machines that are old or if there is some dependency we are linking in that is cuasing this.Is there a way to check an executable for this error message locally so that we can make a test case for this issue?I have been looking around through the notarization docs and have not found a way to do this.Thanks,Dan
Posted Last updated
.