Re: How to debug and test a quick look generator?
Re: How to debug and test a quick look generator?
- Subject: Re: How to debug and test a quick look generator?
- From: Steve Mills <email@hidden>
- Date: Wed, 11 Mar 2015 22:59:48 -0500
On Mar 11, 2015, at 21:29:57, John Brownie <email@hidden> wrote:
>
> Testing Quick Look preview with files:
> <test file>
> Got xpc error message: Connection invalid
> 2015-03-12 12:23:55.130 qlmanage[41172:3680294] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xaa43, name = 'com.apple.tsm.portname'
> See /usr/include/servers/bootstrap_defs.h for the error codes.
> 2015-03-12 12:23:55.132 qlmanage[41172:3680294] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x440f, name = 'com.apple.CFPasteboardClient'
> See /usr/include/servers/bootstrap_defs.h for the error codes.
> 2015-03-12 12:23:55.132 qlmanage[41172:3680294] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions
> 2015-03-12 12:23:55.137 qlmanage[41172:3680294] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xad67, name = 'com.apple.coredrag'
> See /usr/include/servers/bootstrap_defs.h for the error codes.
It's 64-bit, not 32, right? Do you have Sandbox turned on for this? I don't know why it's doing stuff with tsm, pasteboard, or coredrag. Trying to think of what else it could be. Has your plugin ever been installed in a host app and run from there? Have you tried running it installed in the root or user level Library folders?
If you can't figure it out, I'd suggest creating a new project that has a QuickLook target and see if you can get that one to work. Then compare the settings and files to see what might be different.
--
Steve Mills
Drummer, Mac geek
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden