-
Notifications
You must be signed in to change notification settings - Fork 26
Spotlight doesn't work in 10.8 #2
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
Comments
Hmm, I generally try to make things as backwards compatible as possible. I set the deployment target for this project to OS X 10.6, and tested it in a virtual machine running OS X 10.6 and it seemed to work OK. I will do some additional testing to see if I can reproduce the issue here (I do have a copy of every version of OS X going back to OS X 10.5, so it shouldn't be too difficult). Will let you know. |
Oh, NSGod, thanks for that, I'll immolate a cow to you. Btw, which SDK did you use? |
I used the OS X 10.11 SDK from within Yosemite (OS X 10.10). OK, can you do a couple of tests for me? In Terminal.app, run the following command and paste the results in a response:
Note that unfortunately, just by placing iChm.app version 1.5 with the Spotlight importer, your current .chm documents won't be searchable, at least in my experience. You can either run the following command in Terminal (which I may build in automatically to the next version):
(Note that this assumes you have That will tell Spotlight to reindex existing .chm files. Otherwise, you can use By doing either of those 2 things here in my 10.6 test machine, I am able to have the spotlight indexing work properly. |
I run the command posted by you, but it doesn't index Console logs
and
I even dragged a folder full of I also checked Apple's documentation to troubleshoot importers. I read about problems arising when targeting an older system with a newer SDK. Do you have 10.6 SDK to compile against? |
Any progress? |
If you know how to do things properly, it shouldn't cause any problems. (For example, if you blindly try to use some functionality that was introduced in OS X 10.10, when running the app on a user who only has OS X 10.6, it could crash. But nothing like that should be happening, as I've made sure I don't do anything like that). The problems that do occur are usually quite obvious, and usually result in a crash. The first section of Console logs you've posted aren't coming from iChm.app:
First off, you'll notice The logging in the second section is from iChm and is all normal. It looks like there are probably multiple CHM Spotlight Importers and/or CHM QuickLook plugins that are conflicting with each other. I've tried to locate a copy of the I have a large update that's almost finished that adds a QuickLook Generator, and in which the Spotlight importer will log the paths of each file that's being indexed to the Console. To help troubleshoot, I really need the full output from the following commands in Terminal:
|
I have since restored things back and deleted unnecessary plugins, but I'd be willing to try the update. Please, do post in here when it's available and I'll be happy to test it. |
Console logs some messages that doesn't seem informative.
Could you compile it specifically for older systems, or at least provide a debug version to gather logs?
The text was updated successfully, but these errors were encountered: