I have .app for Mac OS X . I have successfully signed it with my sign in my keychain. I try to notarize it in .ZIP file and have only errors:
The signature of the binary is invalid
This error for every binary file in my archive. I read about zip/ditto difference for signing and i pack like:
ditto -c -k --sequesterRsrc --keepParent app.app app.zip
Problems are same.
spctl -a -vvvvv for .app or for binary files show all ok. What should i do ?