[quote='861494022, dreisicht, /thread/802464?answerId=861494022#861494022, /profile/dreisicht'] Is there a way to get more information about why the Developer ID Certificate is invalid? [/quote] That’s a red herring. The fundamental issue here is that your code isn’t signed correctly and the notary service responds to that by issuing a generic error. [quote='861494022, dreisicht, /thread/802464?answerId=861494022#861494022, /profile/dreisicht'] I tried signing the files in ascending order, meaning so sign all files first, and the directory above it. [/quote] That’s not the right approach. Don’t just walk up the directory hierarchy signing each directory as you go. That won’t yield the results you need. Rather, identify each code item and then sign each item separately, from the inside out. Now, a code item might be a bundle and on disk that’s a directory, and signing that is cool. However, that’s not the same as signing each directory. So, you need to: Find each code item. Identify whether that item is bundle
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles