Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Notarize App with Native Library Failed Error 65 #5067

Open
codaman opened this issue Jul 4, 2024 · 2 comments
Open

MacOS Notarize App with Native Library Failed Error 65 #5067

codaman opened this issue Jul 4, 2024 · 2 comments
Labels
bug Something isn't working submitted

Comments

@codaman
Copy link

codaman commented Jul 4, 2024

If I add

implementation("org.bytedeco:javacv-platform:1.5.7") this dependency and then notarizeDmg it fails

Processing: /***/MyApplication.app
CloudKit query for MyApplication.app (2/[sha256]) failed due to "record not found".
Could not find base64 encoded ticket in response for 2/[sha256]
The staple and validate action failed! Error 65.

If I remove this dependency it notarizes perfectly

openCV uses native library. I searched all documentation, I tried many things but still fails. There is no example

@codaman codaman added bug Something isn't working submitted labels Jul 4, 2024
@codaman
Copy link
Author

codaman commented Jul 5, 2024

Today I removed opencv and I added ffmpeg in lib folder. still I got Error 65

@AChep
Copy link

AChep commented Jul 5, 2024

The native binary must be signed for the notarization process to succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working submitted
Projects
None yet
Development

No branches or pull requests

2 participants