During the Apple development process, many programmers use the Vvdocumenter-xcode plugin to annotate, which is a plug-in that Xcode can quickly add standard annotations and automatically generate documents. With Vvdocumenter-xcode, standardized annotations, only need to input three slash "//" can be done, very convenient and practical, from Xcode 5, Apple asked to join the UUID certificate to ensure the stability of the plug-in. Therefore, after the Xcode version is updated, you need to add Xcode's uuid to the Vvdocumenter-xcode info.plist file. However, during the continuous upgrade of the Xcode version, every time the user is asked if the load bundle is required? A little careless will be wrong, causing the plug-in can not be used. I experienced a few days without plug-ins after the pain, will be reliable quick solution to share.
Q: What is the total number of steps to write a note to a professional? A: Three steps, step below.
First step: View Xcode's Dvtplugincompatibilityuuid:
Perform defaults read/applications/xcode.app/contents/info Dvtplugincompatibilityuuid in terminal
Step Two: Add Xcode dvtplugincompatibilityuuid to Vvdocumenter-xcode info.plist file under Dvtplugincompatibilityuuids
First go to directory:/users/sunnyboy/library/application support/developer/shared/xcode/plug-ins/vvdocumenter-xcode.xcplugin/ Contents, locate the Info.plist file, Add Xcode dvtplugincompatibilityuuid to Vvdocumenter-xcode info.plist file under Dvtplugincompatibilityuuids, save.
Step Three: Restart Xcode
Re-restart Xcode will prompt "load bundle", "Skip bundle", this time to choose the "load bundle", otherwise the plug still can not be used.
Vvdocumenter-xcode cannot be used after upgrading Xcode-generally for accidentally clicking the skip bundle causes