Solve the problem of plugin invalidation after Xcode upgrade

Source: Internet
Author: User

Every time you upgrade Xcode, will always encounter plug-in failure, the solution online is more, the following is my usual solution; for your reference;

At the beginning of Xcode 5, Apple asked for a UUID certificate to ensure the stability of the plugin.

Therefore, after the Xcode version is updated, you need to add Xcode's UUID to the plugin's Info.plist file.

First, get the UUID of Xcode:

Open terminal, input: Defaults read/applications/xcode.app/contents/info dvtplugincompatibilityuuid

The carriage return will see:

This will get your Xcode's uuid;

Second, go to the folder and open the folder where the Xcode plugin is located:

~/library/application Support/developer/shared/xcode/plug-ins

You'll see all of the Xcode plugins you've installed, such as:

Then select one, then display the package contents, then locate the Info.plist file, and double-click to open the example:

Add Xcode's UUID and reboot;

Third, restart the need to pay attention to:

Xcode will prompt "Load bundle", "Skip bundle" two options;

The "Load bundle" must be selected here, or the plugin cannot be used.

The "Load bundle" must be selected here, or the plugin cannot be used.

The "Load bundle" must be selected here, or the plugin cannot be used.

Important words to say three times well, so that your Xcode plugin can be used normally!

Solve the problem of plugin invalidation after Xcode upgrade

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.