Ingredients
Ingredients copied to clipboard
Cannot find documentation to index in Xcode 4.3.2
Does Ingredients support Xcode 4.3.2, or the Xcode version since Apple removed the /Developer directory and placed all of the developer tool contents (including documentation) in the Xcode.app package?
When I run Ingredients, and I'm prompted for the Developer Directory, I get the following message when clicking "Open" in the Open File Dialog:
Ingredients could not find any documentation to index.
The directory I pointed it to is: /Applications/Xcode.app/Contents/Developer/Documentation
Am I doing something wrong? Or does Ingredients not yet support the latest Xcode versions?
Cheers.
I also tried to hand Ingredients the directory ~/Library/Developer/Shared/Documentation
, still to no avail.
The same here. :(
I've have offered a pull request to solve this:
https://github.com/fileability/Ingredients/pull/44
Chris
Cool. Thanks! Hope it's gonna be merged and released soon.
Looks like that patch got accepted. Can't wait for it to be released :)
Is this going to go into a release any time soon? Seems like ingredients is effectively broken for new versions of Xcode, at least on clean installations?
Symlink with this command for now
sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer