ealeksandrov / ProvisionQL

Quick Look plugin for mobile apps and provisioning profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation from brew needs sudo

thibauddavid opened this issue · comments

Installing with brew seems to lead to permissions issues on Catalina 10.15.6

 brew cask install provisionql
==> Installing Cask provisionql
==> Moving QuickLook Plugin 'ProvisionQL.qlgenerator' to '/Users/thibauddavid/Library/QuickLook/ProvisionQL.qlgenerator'.
qlmanage -p embedded.mobileprovision
Testing Quick Look preview with files:
	embedded.mobileprovision
2020-08-07 08:16:22.541 qlmanage[1233:21117] -[NSCompositeAppearance dvt_hasDarkAppearance]: unrecognized selector sent to instance 0x7fa69e512140
2020-08-07 08:16:22.905 qlmanage[1233:21117] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x940b, name = 'com.apple.coredrag'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2020-08-07 08:16:23.237 qlmanage[1233:21117] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xb31f, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.

When trying with sudo qlmanage -p embedded.mobileprovision, it works normally

You error matches recent report for Xcode plugin collision. Please check #37 and #20

Closing this for now, please check linked issues or reopen with additional information if issue still appears.