Hi
I'm trying to notarize my app. I've been signing mutiple binaries and libs and I'm left with two binaries related to JxBrowser (browsercore and browsercore-helper).
The notarization process returns an error on those two binaries saying "The signature of the binary is invalid.".
When I extract the binaries from the .dmg file and check them with:
codesign -vvv --deep --strict <binary_name>
The output is:
browsercore: valid on disk
browsercore: satisfies its Designated Requirement
What am I doing wrong and how can I pass them through the notarization process?
Best regards