Ingredients icon indicating copy to clipboard operation
Ingredients copied to clipboard

Cannot find documentation to index in Xcode 4.3.2

Open dbarros opened this issue 12 years ago • 7 comments

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.

dbarros avatar Apr 11 '12 23:04 dbarros

I also tried to hand Ingredients the directory ~/Library/Developer/Shared/Documentation, still to no avail.

dbarros avatar Apr 11 '12 23:04 dbarros

The same here. :(

rudolf-adamkovic avatar Apr 22 '12 08:04 rudolf-adamkovic

I've have offered a pull request to solve this:

https://github.com/fileability/Ingredients/pull/44

Chris

hiddenmemory avatar Apr 22 '12 08:04 hiddenmemory

Cool. Thanks! Hope it's gonna be merged and released soon.

rudolf-adamkovic avatar Apr 22 '12 08:04 rudolf-adamkovic

Looks like that patch got accepted. Can't wait for it to be released :)

jasongregori avatar May 01 '12 19:05 jasongregori

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?

cmyr avatar Jan 29 '13 19:01 cmyr

Symlink with this command for now

sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer

aksvenk avatar Mar 08 '13 21:03 aksvenk