Solution for failed plug-ins after Xcode7.3 is updated, xcode7.3 plug-in

Source: Internet
Author: User

Solution for failed plug-ins after Xcode7.3 is updated, xcode7.3 plug-in

In Xcode7.3 released yesterday, it took a day to finally install the plug-in (the network is not powerful), and suddenly found that the plug-in used in the past was unavailable. The expression at that time was as follows:

I remember this was also the case when I updated 7.2. At that time, the re-downloaded plug-in was successfully installed, but it was a little troublesome. After some research, I found that the original plug-in UUID certificate had changed, apple requires that UUID be added to ensure the stability of the plug-in. (UUID: Universally Unique Identifier, a number generated on a machine, which is Unique to all machines in the same time and space. According to the standards set by the Open Software Foundation (OSF), ethernet card addresses, nanoseconds, chip ID codes, and many possible numbers are used)

Solution:

1. Open the directory where the Xcode plug-in is located:

~ /Library/Application Support/Developer/Shared/Xcode/Plug-ins

2. Select the installed plug-in, right-click and select "show Package content" to find the plug-in named "info. in the plist file, edit and find the "DVTPlugInCompatibilityUUIDs" Item and add an Item with the UUID content.

3. How to obtain UUID:

Open the terminal and enter:

Defaults read/Applications/Xcode. app/Contents/Info DVTPlugInCompatibilityUUID

Copy the obtained UUID to the Item and save it.

4. Completely exit Xocde (command + Q) and restart Xocde. The system will prompt whether to Load the plug-in and select "Load bundle"

Note: In some cases, the above prompt may not appear. If it is not displayed, execute the following command and restart Xcode.

Defaults delete com. apple. dt. Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.3

Related Article

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.