Xcode install plug-ins often encounter such problems, the prompt choice, or English prompts, so did not look carefully on the habitual choice of the right button
Click on the Skip Bundle, the results of the tragic discovery, found that the plug-in completely invalid, no matter how to open Xcode, how to reinstall Plug-ins, the probability of re-emergence is very low
Principle and Reason
The principle is very simple, the third-party plug-in, the suffix must be. Xcplugin (actually a bundle), so skip bundles means not to load the plugin. Mac OS gives you the option to load a third-party plug-in into your xcode preferences, In fact, iOS development is userdefault,so .... You can re-display it by typing the following command from the command line! Clear the preferences about Xcode
Reload load Bundles Method 1. Terminal commands clear Xcode third-party plug-in preferences
1 |
Defaults Delete com. Apple. DT. Xcode dvtpluginmanagernonappleplugins-Xcode-7.3 |
The Xcode-7.3 above is the version of Xcode on your Mac that changes to your Xcode version
2. Edit Preferences (Preferences) clear Xcode third-party plug-in Settings
Mac Xcode Preferences, preference Settings (userdefault) file address ~/library/preferences/com.apple.dt.Xcode. plist
Use Xcode to open this is like this drip
Red box is all installed third-party plug-ins, allowed is allowed to run plug-ins, skipped will not be able to use after jumping plug-ins, delete skipped to re-enable the plug-in record, restart Xcode can re-appear load Bundles
Or cut skipped's records into allowed, or you can take them.
Xcode version Get method
Input in terminal
Restart Xcode, and click Load Bundles.
Xcode Install plugin, error select Skip Bundles, re-appear load Bundles method