Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  Docoa Browser  |  XCode 1.5

Docoa Browser

Docoa Browser

browse documentation for Cocoa API & AutoDoc

Version:  0.3

   [ Views: 426 ]

XCode 1.5

Feedback Type:  Troubleshooting Report

Contributed by: _kung_foo_ Sunday, August 08 2004 @ 05:53 AM PDT

Product Platform: MacOSX

Used Product For: 6-12 months

XCode 1.5 has broken Docoa Browser. is there a fix forthcoming? It's a valuable tool to be without for even a short time!   
System Info:

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

3 comments |

XCode 1.5 - _kung_foo_

I fixed it myself. Download the source for Docoa Browser. Find the references to the documentation paths and change them to:

#define FOUNDATION_OBJC_PATH \
@"/Developer/ADC Reference Library/documentation/Cocoa/Reference/Foundation/ObjC_classic"
#define FOUNDATION_JAVA_PATH \
@"/Developer/ADC Reference Library/documentation/Cocoa/Reference/Foundation/Java"
#define APPKIT_OBJC_PATH \
@"/Developer/ADC Reference Library/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic"
#define APPKIT_JAVA_PATH \
@"/Developer/ADC Reference Library/documentation/Cocoa/Reference/ApplicationKit/Java"

Reply to This

Sunday, August 08 2004 @ 04:20 PM PDT


XCode 1.5 - _kung_foo_

Also, after building the app, make sure to delete the "Docoa Browser" folder inside ~/Library/Caches/ to force it to rebuild the index.

Reply to This

Sunday, August 08 2004 @ 09:46 PM PDT


XCode 1.5 - ~/indigo

Cool, now I feel like an idiot for not trying to find this myself. I had assumed that the document structure had changed, not just the root.

Thanks for finding that since I have been without a useful doc browser since getting the 1.5 beta last month which really slowed development.

Reply to This

Sunday, August 08 2004 @ 11:44 PM PDT