I am a MacOS Developer. I had finished codesgin and notarize my app. When I enter the check cmd:
spctl -a -v my.app
Then I can get the result:
my.app: accepted
source=Notarized Developer ID
We want to make a background update program, it will download a new Contents.zip file, and replace the old file Contents in my.app. Finish the above progress
Then I enter the
spctl -a -v my.app ;
get the result:
cannot find code object on disk
Does this is a problem? If it is, How can I solve this. Thanks a lot.
However, when I enter: stapler validate my.app, the result is :
The validate action worked!