-
Notifications
You must be signed in to change notification settings - Fork 151
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
Failed on macOS Catalina beta1 #30
Comments
I'm facing the same issue on macOS Catalina beta1. Any fixes planned to release @ealeksandrov ? |
Thanks for report. Looks like a codesign/notarize issue. |
It's turned out to be really complex issue related to macOS security updates. I see that MacOS Catalina adds Thumbnail Extensions - https://developer.apple.com/documentation/quicklookthumbnailing. Maybe its goal is to replace old QuickLook generators? Still looking into it. Will try more to codesign/notarize it. |
Please try this build and let me know: |
This package is work 👏, and my system is macOS Catalina 10.15. 🎉🎉🎉 |
I don't know what is the difference, but I just added code signing (#32) and repeated notarization that never worked before (on Catalina beta). Maybe final Catalina release have some additional QL updates. Or notarization system was updated. Or I made a mistake on previous try :) Anyway, ProvisionQL 1.6.1 update is now available on homebrew cask. |
I tried reload the plugin. But it is failed load and it shows below warnings.
qlmanage -r
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
qlmanage: resetting quicklookd
The text was updated successfully, but these errors were encountered: