I am trying to debug a quicklook plugin in Xcode 4.6. I have created the executable in Edit Scheme.
Now, when i build the project the plugin is not installed to the
You can use brake points and NSLog function for debugging QL plugin. But first you need to configure environment.
~/Library/QuickLook as subpathqlmanage to your project's root directory with command cp /usr/bin/qlmanage PROJECT_ROOT_DIRqlmanage binary you have copied to project's root directory-p FULL_PATH_TO_FILE_FOR_PREVIEWAfter all steps you can run your project and debug your code.