3

根据这个 github 条目https://github.com/chendo/FuzzyAutocompletePlugin,我应该能够使用 Alcatraz 将 FuzzyAutocompletePlugin 安装到 XCode 5 中。

当我尝试按照 github 条目https://github.com/mneorr/alcatraz上发布的安装 Alcatraz 的非常简单的终端说明进行操作时,重新启动后在 XCode 的 Window 菜单中看不到插件管理器。终端中没有显示错误,但是我确实看到了 2 行看起来像下载行的行。第一个达到 100%,另一个达到 0%。

mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins;
curl -L http://goo.gl/xfmmt | tar xv -C ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
100   237    0   237    0     0   1126      0 --:--:-- --:--:-- --:--:--  2788
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0x Alcatraz.xcplugin/

所以我尝试下载存储库来重建它,但是我无法构建它,因为我得到了错误。工作区缺少一个项目 (Pods.xcodeproj)。该项目具有也不存在的文件的条目。

我很想尝试恶魔岛,但我发现自己陷入了困境。我究竟做错了什么?

4

2 回答 2

4

I’m sorry Aaron, but this is a known bug in the prebuilt version of Alcatraz. This has been fixed in 74edeba134c1; unfortunately, the developers have yet to update the prebuilt version of Alcatraz. I’ve filed a bug with them on GitHub because of this.

Until then, I’m afraid you’ll have to build Alcatraz from source. The missing Pods.xcodeproj file you mentioned is actually generated by a program called CocoaPods. Follow the directions on their website to install it (I had to build another copy of Ruby to get it to work; I used Homebrew.) Once CocoaPods is installed, open a Terminal to the directory containing the Podfile file and run the command pod install. Once that command completes successfully, you will be able to successfully open and build Alcatraz.

于 2013-10-22T22:47:07.613 回答
0

现在已经修好了。你可以从http://alcatraz.io下载 Alcatraz 1.0

于 2014-03-04T02:45:08.450 回答