-
Notifications
You must be signed in to change notification settings - Fork 155
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 Catalina 10.15 Issues #33
Comments
Hi! You can try something like this (https://aleksandrov.ws/2014/02/25/osx-quick-look-plugin-development/): # generate preview
qlmanage -p 1234.mobileprovision
# generate thumbnail
qlmanage -t 1234.mobileprovision And to check file types and plugins associations: qlmanage -m plugins | grep ProvisionQL.qlgenerator |
@smolster Do you have Xcode installed? Perhaps you may want to look into this: Xcode Quick Look plugin collision |
@ealeksandrov
After running
|
@jaybowong From error log looks like plugin is currently installed but |
@jaybowong I just noticed that you have Maybe Xcode is overriding My output is:
BTW, I have same 2 errors for |
After running
In |
You can re/move only |
Similar problem with ipa file. Maybe because I installed Xcode11.5 on my Mac recently. |
Closing this as I don't see any new bug reports and issue looks resolved. Let's see what macOS 11 brings to us 🙂 |
I'm having trouble getting the plugin to work at all (for any of the supported filetypes) on my machine running macOS 10.15 Catalina. Install process goes fine, but whenever I quick look an IPA or an xcarchive, I just see the default quick look view.
Tried re-installing, but that didn't help. I'm not sure how to troubleshoot further. Is there a place I can look to see Quick Look errors?
Thanks for any help!
The text was updated successfully, but these errors were encountered: