Ingredients icon indicating copy to clipboard operation
Ingredients copied to clipboard

A Cocoa documentation viewer.

Results 33 Ingredients issues
Sort by recently updated
recently updated
newest added

Temporary fix for issue #31 (OS X Lion crashes); run the searcher on the main thread (apparently, Core Data is no longer happy with its separate thread on 10.7)

The solution uses fast enumeration of dictionaries, which has been introduced to Objective-C in version 2.0.

This way, Ingredients superb interface could be used for Python documentation, the Django documentation, and tons of other third-party Python and non-Python libraries.

Can't use Ingredients with Xcode 4.6. Docset isn't found, even though it is installed. Anybody having the same issue?

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...

Ingredients crashes after typing couple of characters in search box. The results appear, but eventually everything crashes. I have quite meaningful crash report, with stacktrace: https://gist.github.com/3660743

Crash in `sqlite3.c:59369` (`static void columnMallocFailure(sqlite3_stmt *pStmt)`). Only happens in release mode. See the [crash report](https://gist.github.com/3379919)

Ingredients crashes with the following error in Xcode's console - ``` Ingredients(32118,0x101c81000) malloc: resurrection error for object 0x400481be0 while assigning __NSDictionaryObjectEnumerator._obj[128](0x400b27da0)[8] = __NSCFDictionary[64](0x400481be0) garbage pointer stored into reachable memory, break...

Hello! I plan to make Android version of Ingredients (and maybe iOS version later). So, If I'll implement some sync feature for Mac version of Ingredients (for uploading of documents...