Xcode plug-in management tool

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.