Xcode插件之Alcatraz的安装和遇到的问题

之前在Xcode5.1上面安装过Alcatraz插件,今天按照之前的步骤在Xcode6.3安装,步骤如下:

1.在终端中输入如下命令行:

mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins;

curl -L http://git.io/lOQWeA | tar xvz -C ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins

然后会输出类似这种:

 % 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.xcplugin/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.strings
100 85370  100 85370    0     0   2675      0  0:00:31  0:00:31 --:--:-- 20990

2.看到这里就意味已经成功安装了Alcatraz,然后重启Xcode,在Xcode的顶部菜单中Window下找Package Manager,然后就可以下载各种想要的插件了

**但是在Xcode6.3的Window下并没有找到Package Manager,然后我就在网上搜索了一下原因和解决方法

原因我就不再这里赘述了详情点击

解决方法:

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

其实就是:

1. 进入到插件目录 ~/Library/Application Support/Developer/Shared/Xcode/Plugins

2. 显示插件的包内容, 编辑Info.plist文件

3. 展开DVTPlugInCompatibilityUUIDs

4. 添加一个新的item:9F75337B-21B4-4ADC-B558-F9CADF7073A7

注:UUID要针对不同的Xcode版本进行设置,这里仅针对Xcode6.3**

时间: 2024-11-06 16:51:56

Xcode插件之Alcatraz的安装和遇到的问题的相关文章

Xcode插件包Alcatraz

安装命令 curl -fsSL https://raw.github.com/alcatraz/Alcatraz/master/Scripts/install.sh | sh 终于可以了  这个其实本身也是一个插件~/Library/Application Support/Developer/Shared/Xcode/Plug-ins   把这个地址里面全部删了 PackegManaghe又没了 Xcode 常用插件 1.BBUDebuggerTuckAway 2.ClangFormat 3.D

Alcatraz 的安装和删除

Xcode 所有的插件都安装在目录: ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ 你也可以手工切换到这个目录来删除插件(cmd+shift+G,前往 上面的路径) Alcatraz 是管理 xcode 插件的插件,能够方便的下载.删除xcode插件, 1,安装 mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins; curl

Xcode 插件推荐

1. Alcatraz 使用Alcatraz来下载管理Xcode插件 2.下载安装注释插件VVDocumenter-Xcode. 3.使用代码对齐的Xcode插件 XAlign:XALign ClangFormat ClangFormat-Xcode 4.快速进入沙盒目录 ZLGotoSandboxPlugin:查看沙盒的插件,当运行模拟器的时候,Shift + Common + w 直接查看当前模拟器下程序的沙盒. 5.RegX 是一款非常实用的 Xcode 插件,由中国的 iOS/Mac 开

安装Alcatraz来管理Xcode插件的步骤和注意点

简介: Alcatraz 是一个帮你管理 Xcode 插件.模版以及颜色配置的工具.它可以直接集成到 Xcode 的图形界面中,让你感觉就像在使用 Xcode 自带的功能一样 下载和管理插件步骤 一 .进入官网地址  http://alcatraz.io 进入官网后会看到上图 二.打开终端 输入 (使用如下的命令行来安装 Alcatraz:) curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scrip

Xcode插件安装

使用Xcode开发中,经常使用到各种插件,可以大大提高工作效率,我一般使用Alcatraz工具安装插件,下面介绍一下插件的安装步骤. 1.通过一下命令安装: mkdir -p ~/Library/Application\Support/Developer/Shared/Xcode/Plug-ins;curl -L http://git.io/lOQWeA | tar xvz -C ~/Library/Application\Support/Developer/Shared/Xcode/Plug-

[ Alcatraz ]管理Xcode插件

[ Alcatraz 配置 ] 1.包管理器在线安装 Terminal终端 $ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/master/Scripts/install.sh | sh PS: |-> 使用步骤: 安装完成==>重启Xcode==>Window==>Package Manager  <-| 2.各种有用的插件 --Alcatraz:Xcode插件管理 1> CocoaP

Xcode插件管理工具Alcatraz

Alcatraz 1.简介 Alcatraz是一个能帮你管理Xcode插件丶模版及颜色配置的工具.它可以直接集成在Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 2.安装和删除 使用如下的终端来安装Alcatraz: curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh 如果你不想使用Alcatraz了,可以使用如下命令来删除: rm -rf ~/Librar

使用Alcatraz来管理Xcode插件

Alcatraz 是一个帮你管理 Xcode 插件.模版以及颜色配置的工具.它可以直接集成到 Xcode 的图形界面中,让你感觉就像在使用 Xcode 自带的功能一样. 安装和删除 使用如下的命令行来安装 Alcatraz: 1 curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh 如果你不想使用 Alcatraz 了,可以使用如下命令来删除: 1 2 rm -rf ~/Libra

在Xcode中使用Alcatraz插件工具

首先是安装Alcatraz插件,这就相当于一个篮子,里面装满了Xcode的插件,非常实用,安装起来也很简单. 通过在终端进行安装,输入如下命令 安装:curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh 当然了随着Xcode的版本更新有时候我们需要删除卸载,此时也是通过命令行来完成: 删除:rm -rf ~/Library/Application\ Support/Develope