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
Restart Xcode and click Load Bundles.