Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Add Documentation" is disabled in Xcode 9.1 (9B55)

Tags:

For example:

Add Documentation Disabled

Any ideas?

MacOS High Sierra 10.13.1
Xcode 9.1 9B55

like image 689
backslash-f Avatar asked Nov 03 '17 17:11

backslash-f


1 Answers

As KellyTheDude mentioned, renaming or moving the Xcode.app will fix the issue on OSX 10.13 (High Sierra) since /usr/libexec/xpccachectl (the preferred solution) does not seem to exist under this version of the OS. To fix quickly:

  1. Rename Xcode in the applications folder temporarily.
  2. Name it back to Xcode

UPDATE: This fix also works on macOS Mojave (10.14) and Xcode 10

UPDATE: This also fixes the Xcode Source Editor not showing up in System Preferences under Extensions (for Swiftify, etc.)

like image 94
Mark Thormann Avatar answered Oct 03 '22 18:10

Mark Thormann