Xcode installs the plug-in. Skip Bundles is incorrectly selected, and the Load Bundles method is re-displayed, xcodebundles

Source: Internet
Author: User

Xcode installs the plug-in. Skip Bundles is incorrectly selected, and the Load Bundles method is re-displayed, xcodebundles

This problem often occurs when installing the Xcode plug-in. The prompt selection or the English prompt is displayed. Therefore, the buttons on the right are habitually selected without looking at them carefully.

After clicking Skip Bundle, we found that the plug-in is completely invalid. No matter how Xcode is opened or how the plug-in is re-installed, the probability of re-emergence is very low.

Principles and causes

The principle is very simple. For third-party plug-ins, the suffix must be. xcplugin (actually a bundle), So Skip Bundles means not to load this plug-in. mac OS allows you to upload a third-party plug-in to the Xcode preference settings, which is actually Userdefault, so ....... you can use the command line to enter the following command to re-display it! In fact, it is to clear the Xcode preference settings.

Method 1. Terminal command to clear Xcode third-party plug-in preference settings

 

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

The above Xcode-7.3 is your Mac Xcode version changed to your Xcode version

2. Edit Preferences to clear Xcode third-party plug-in settings

Mac Xcode preferences, preferences (Userdefault) file address ~ /Library/Preferences/Com. apple. dt. Xcode. Plist

Use Xcode to open it.

The red box contains all installed third-party plug-ins, and allowed is the plug-ins that are allowed to run. skipped can skip the plug-ins that cannot be used to delete the plug-ins that you want to re-enable in skipped, restart Xcode to re-display Load Bundles

Or cut the skipped record to allowed.

Xcode version Acquisition Method

Input in Terminal

 
1 Xcodebuild-version

Restart Xcode and click Load Bundles.

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.