cannot find code object on disk

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!

I’m not actually sure what this message means but it seems likely that you’ve broken the seal on the app’s code signature. What code the following report?

% codesign -v -vvv my.app

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
cannot find code object on disk
 
 
Q