Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Restore Xcode 1.5 documentation links Apps
After you update to Xcode 1.5, if you've bookmarked files from the locally-stored Xcode documentation library (/Developer/Documentation), you'll find that those bookmarks are broken. You can make them work again from the Terminal:
% cd /Developer
% ln -s ADC\ Reference\ Library/documentation Documentation
This link is lost in the upgrade; restoring it makes the bookmarks work again.
    •    
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[5,831 views]  

Restore Xcode 1.5 documentation links | 2 comments | Create New Account
Click here to return to the 'Restore Xcode 1.5 documentation links' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Restore Xcode 1.5 documentation links
Authored by: kyngchaos on Aug 13, '04 12:50:23PM

Except that if you have installed any extra SDKs (CoreAudio, Font Tools, ...) they still have documentation in the old Documentation folder. And I still have some miscellaneous gnu tools docs in there that are not in the new ADC Ref Lib.

Maybe a better idea (until Apple updates all the extras to install to the new folder) would be to link individual folders within ADC Reference Library/documentation to within the old Documentation folder.



[ Reply to This | # ]
Restore Xcode 1.5 documentation links
Authored by: TomorrowPlusX on Aug 13, '04 01:00:42PM

The change in documentation location also breaks Docoa, the open-source documentation parser. The hint fixes the problem, however, so basically you're all set.



[ Reply to This | # ]