Xcode7 has been there for some time since 2015 9, using XCODE7 and xcode7.1\xcode7.2 's small partners will find like Vvdocumenter-xcode\ksimagenamed-xcode\ Hostringsense-for-xcode and so on a series of plug-ins can not be used, the following we will solve the version of the Xcode plugin use method;
(a) Xcode7 simple way to use plugins:
1. First look at Xcode's UUID, which executes at the terminal:
Defaults Read/applications/xcode.app/contents/info Dvtplugincompatibilityuuid
This is where you get a string of 32-bit UUID that copies the UUID, such as:
2. Locate the directory where the Xcode plugin is located:
~/library/application Support/developer/shared/xcode/plug-ins
Select installed plug-in such as: Ksimagenamed-xcode, right-click to display the package contents, find Info.plist
Locate the Dvtplugincompatibilityuuids item, add a Item,value value for the previous Xcode uuid, save, such as:
Restart Xcode will prompt "load bundle", "Skip bundle", here must choose "Load Bundle", or plug-in can not be used;
3. If the hand is delayed by the "Skip Bundle" solution:
Locate the plug-in installation path, continue to open in the Info.plist to remove the same UUID as the command side, usually in the first line or the last line, the line you added to delete the save after you restart Xcode, add the previous xcodeuuid. Restart on the plugin prompt again, select the "Load bundle", OK;
(b) How to download to an earlier version of Xcode:
Download the new version of Xcode people directly in the App store to download the installation can, sometimes you may use the old version of Xcode, of course, to get the old version of Xcode, there are many ways, here we introduce the official website to obtain a genuine Xcode path, if we must have an Apple account, Log in to the following URL:
https://developer.apple.com/downloads/
After logging in, you can see the various versions of Xcode;
(The above is related to the relevant knowledge of the introduction and understanding, but also hope that we complement each other to improve together)
Xcode7 easy way to use plugins && and how to download to earlier versions of Xcode