1. Open the directory where the Xcode plugin is located: ~/{Current user name}/library/application support/developer/shared/xcode/ Plug-ins2. Select an already installed plugin such as vvdocument, right-click on "Open Package Contents", 3. Locate the Info.plist file, locate the Dvtplugincompatibilityuuids project, 4. Add C4A681B0-4A26-480E-93EC-1218098B9AA0 (a number for current Xcode), how do I get this number? Execute at Terminal
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID 即可
Oiken:
Mine is Xcode-beta, so the terminal command is:
defaults read /Applications/Xcode-beta.app/Contents/Info DVTPlugInCompatibilityUUID
Get the result: cc0d0f4f-05b3-431a-8f33-f84afcb2c651
5. Right-click "Open Package Contents" Double-click a black icon in the Contents\macos directory to open the terminal window and finally print "process completed", restart Xcode
Plugin rtimageassets unavailable solution after upgrade to XCode7