Installation and problems encountered in the installation of Alcatraz of the Xcode plug-in

5159 단어 Xcode plugin
I have installed the Alcatraz plugin on Xcode 5.1 before, and today I installed it in Xcode 6.3 according to the previous steps. The steps are as follows:

1. Enter the following command line in the terminal:


mkdir -p ~/Library/Application\Support/Developer/Shared/Xcode/Plug-ins;
curl -Lhttp://git.io/lOQWeA | tar xvz -C ~/Library/Application\Support/Developer/Shared/Xcode/Plug-ins


Then it will output something like this:
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                      
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00
:01 --:--:-- 0
0 0 0 393 0 0 129 0 --:--:-- 0:00:03 --:--:-- 324
0 0 0 0 0 0 0 0 --:--:-- 0:00
:09 --:--:-- 0
30 85370 30 25849 0 0 820 0 0:01:44 0:00:31
0:01:13 4942x Alcatraz.xcplugin/x Alcatraz.xcplugin/Contents/x Alcatraz.x

cplugin/Contents/Info.plist

x Alcatraz.xcplugin/Contents/MacOS/x Alcatraz.xcplugin/Contents/Resources/x
Alcatraz.xcplugin/Contents/Resources/en.lproj/x Alcatraz.xcplugin/Contents/
Resources/eye_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/link_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/PluginWindow.nib
x Alcatraz.xcplugin/Contents/Resources/toolbar_colors.tiff
x Alcatraz.xcplugin/Contents/Resources/toolbar_plugins.tiff
x Alcatraz.xcplugin/Contents/Resources/toolbar_templates.tiff
x Alcatraz.xcplugin/Contents/Resources/en.lproj/InfoPlist.strings
x Alcatraz.xcplugin/Contents/Resources/en.lproj/Localizable.strings100 8537
0 100 85370 0 0 2675 0 0:00:31 0:00:31 --:--:-- 20990

2. Seeing this means that Alcatraz has been successfully installed, then restart Xcode, find Package Manager under Window in the top menu of Xcode, and then you can download all kinds of plugins you want
**But the Package Manager was not found under the Window of Xcode 6.3, and then I searched the Internet for the reasons and solutions
For the reason, I will not repeat the details here. Click [http://www.iphonetrain.com/news_info/1376.html]

Solution:
1. Find the plugin in ~Library/Application Support/Developer/Shared/Xcode/Plugins
2. Open the contents of the pluginOpen the Info.plist in Xcode
3. Expand the DVTPlugInCompatibilityUUIDs array
4. Create a new entry and paste in 9F75337B-21B4-4ADC-B558-F9CADF7073A7
In fact it is:
1. Go to the plugin directory ~/Library/Application Support/Developer/Shared/Xcode/Plugins
2. Display the package content of the plugin, edit the Info.plist file
3. Expand DVTPlugInCompatibilityUUIDs
4. Add a new item: 9F75337B-21B4-4ADC-B558-F9CADF7073A7
Note: UUID needs to be set for different Xcode versions, here only for Xcode6.3**

좋은 웹페이지 즐겨찾기