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

QuickLook does not work on macOS BigSur #40

Closed
JanC opened this issue Nov 15, 2020 · 6 comments
Closed

QuickLook does not work on macOS BigSur #40

JanC opened this issue Nov 15, 2020 · 6 comments
Labels

Comments

@JanC
Copy link

JanC commented Nov 15, 2020

hey,
I can't make the ProvisionQL to work on macOS BigSur. I installed it via Homebrew

brew install provisionql

My Xcode is here

xcode-select -p
/Applications/Xcode-12.1.app/Contents/Developer

I did remove the default QL for:

rm /Applications/Xcode-12.1.app/Contents/Library/QuickLook/DVTProvisioningProfileQuicklookGenerator.qlgenerator
qlmanage -r

qlmanage -m plugins | grep ProvisionQL.qlgenerator
  com.apple.iphone.mobileprovision -> /Users/jan/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.application-and-system-extension -> /Users/jan/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.xcode.archive -> /Users/jan/Library/QuickLook/ProvisionQL.qlgenerator (64)

But when I quick look an .ipa or a .mobileprovision, I don't get any preview

Screenshot 2020-11-15 at 20 42 12

Screenshot 2020-11-15 at 20 42 27

any tips?

@carlosefonseca
Copy link

I was having the same issue. After deleting the Xcode generator, the mobileprovision still didn't appear. Then it hit me that I was trying to view a profile encrypted with fastlane match… after decrypting it, it worked 🙂

@JanC
Copy link
Author

JanC commented Dec 8, 2020

In my case I use normal profiles without match. The Xcode QL plugin works on them

@JeansHuang
Copy link

It works on Monterey.

@ealeksandrov
Copy link
Owner

@JanC sorry for late answer! Probably your UTI/plugins list is missing 3 lines, most likely you had different version of Xcode installed in the system (or even lying in the trash).

You can check for Xcode generators with:

> qlmanage -m plugins | grep Xcode
  com.apple.mobileprovision -> /Users/ealeks/.Trash/Xcode-13.1.0.app/Contents/Library/QuickLook/DVTProvisioningProfileQuicklookGenerator.qlgenerator (19457)
  com.apple.provisionprofile -> /Users/ealeks/.Trash/Xcode-13.1.0.app/Contents/Library/QuickLook/DVTProvisioningProfileQuicklookGenerator.qlgenerator (19457)

And correct setup for ProvisionQL should look like this:

> qlmanage -m plugins | grep ProvisionQL.qlgenerator
  com.apple.xcode.archive -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.iphone.mobileprovision -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.application-and-system-extension -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.itunes.ipa -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.mobileprovision -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)
  com.apple.provisionprofile -> /Users/ealeks/Library/QuickLook/ProvisionQL.qlgenerator (64)

@ealeksandrov
Copy link
Owner

Closing as plugin compatibility confirmed on macOS Big Sur and Monterey.

@JanC
Copy link
Author

JanC commented Dec 21, 2021

@ealeksandrov thanks for your answer, I'll give it a try later

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants