The plugins that were installed before each Xcode update fail! Workaround:
First, you can add new Xcode through the original plug-in project Infoplist
Dvtplugincompatibilityuuid to support the new version of Xcode; get the UUID command:
Defaults Read/applications/xcode.app/contents/info Dvtplugincompatibilityuuid
Second, install the plugin again via the GitHub Client Update plugin Project
Third, the use of high-up plug-in management tools Alcatraz
installation command:mkdir-p ~/library/application\ support/developer/shared/xcode/plug-ins; curl-l Http://git.io/lOQWeA | tar xvz-c ~/library/application\ support/developer/shared/xcode/plug-ins /c4>
Delete command:rm-rf ~/library/application\ support/developer/shared/xcode/plug-ins/alcatraz.xcplugin rm-rf ~/ Library/application\ Support/alcatraz
Use:
After successful installation, you can find Alcatraz in the top menu of Xcode, as shown below:
Click "Package Manager" to launch the plugin list page as follows:
Installing the plugin you need is very convenient plugin path Xcode All plugins are installed in the directory
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/, you can also manually switch to this directory to remove plugins.
Xcode plug-in management tool