Vvdocumenter-xcode is a plug-in that quickly adds standard annotations to Xcode and can automatically generate documents. With Vvdocumenter-xcode, standardized annotations, only need to input three slash "//" can be done, very practical
Here's how to solve the Xcode7 configuration problem
The first step is to look at Xcode's UUID
Method: Enter the following command at the terminal: Defaults read/applications/xcode.app/contents/info dvtplugincompatibilityuuid
Step two add Xcode's uuid to Vvdocumenter-xcode's Info.plist file
1. Open the directory where the Xcode plugin is located: ~/library/application support/developer/shared/xcode/plug-ins; (shortcut key for open path is shift+command+g and enter the address above)
2, select the installed plug-in such as Vvdocumenter-xcode, right-click "Show Package Content";
3. Locate the Info.plist file, find the Dvtplugincompatibilityuuids item, add a Item,value value for the previous Xcode uuid, save.
Step three restart Xcode
After Xcode 6, restart Xcode will prompt "load bundle", "Skip bundle", here must choose "Load Bundle", or plug-in can not be used
The above content is implemented on the basis that you have installed the Vvdocumenter plugin. If you do not have to install the plugin please install it very simple OH
Below is attached vvdocumenter address, need to download it
Https://github.com/onevcat/VVDocumenter-Xcode
Vvdocumenter cannot use issue after upgrade