安装文档失败

时间:2014-06-26 11:05:50

标签: core-plot

我按照说明从源代码构建安装文档(通过编译CorePlotExamples中的文档方案),但在尝试编译文档时出现以下错误时失败。

    3068: protocol_c_p_t_bar_plot_data_source-p.html
3069: protocol_c_p_t_scatter_plot_data_source-p.html
3070: _c_p_t_utilities_8m.html#a794f89cd14d4cfb21bf8c050b2df8237
3071: category_c_p_t_layer_07_c_p_t_platform_specific_layer_extensions_08.html
3072: interface_c_p_t_line_style.html#a4013bcb6c2e1af2e37cfabd7d8222320
3073: _c_p_t_utilities_8h.html#ae826ae8e3f55a0aa794ac2e699254cad
Loading symbols from /Users/GeoffCoopeMP/Downloads/core-plot-master-3/framework/CorePlotDocs.docset/html/com.CorePlot.Framework.docset/Contents/Resources/Tokens.xml
     1000 tokens processed...
     2000 tokens processed...**strong text**
     3000 tokens processed...
     4000 tokens processed...
     5000 tokens processed...
 *   5145 tokens processed (   1.8 sec)
 *     20 tokens ignored
Linking up related token references
Sorting tokens
rm -f com.CorePlot.Framework.docset/Contents/Resources/Documents/Nodes.xml
rm -f com.CorePlot.Framework.docset/Contents/Resources/Documents/Info.plist
rm -f com.CorePlot.Framework.docset/Contents/Resources/Documents/Makefile
rm -f com.CorePlot.Framework.docset/Contents/Resources/Nodes.xml
rm -f com.CorePlot.Framework.docset/Contents/Resources/Tokens.xml
mkdir -p ~/Library/Developer/Shared/Documentation/DocSets
cp -R com.CorePlot.Framework.docset ~/Library/Developer/Shared/Documentation/DocSets
cp: /Users/GeoffCoopeMP/Library/Developer/Shared/Documentation/DocSets/com.CorePlot.Framework.docset: Not a directory
make: *** [install] Error 1
find: /Users/GeoffCoopeMP/Library/Developer/Shared/Documentation/DocSets/com.CorePlot.Framework.docset/Contents/: Not a directory
false
Showing first 200 notices only
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

我找到了com.CorePlot.Framework.docset文件(7kb),但注意到KIND是“Unix可执行文件”而不是像其他Xcode帮助文件那样的预期“文档集”。

在文件夹下的zip文件下载中,dockset文件也是7kb,类型也显示为Unix可执行文件。

在我的用户库文件夹下,我可以看到这些文件夹: User Library folder

我还注意到docksets可以在Xcode.app内容中,但是将这些文件放在这里也不起作用。

那么,这个7k文件是正确的吗?它应该是文档集而不是Unix Exectuable文件吗?为什么文档不能在Xcode中编译但仍会生成文件?

我正在使用Github的Xcode版本5.1.1,Doxygen 1.8.7,graphviz 2.36和Core Plot 2.0源代码。

我正在努力学习如何使用这个优秀的SDK,所以非常感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

Core Plot docsets每个大小应为70 MB左右。 A" docset"是一个包,它是在Finder中作为单个文件处理的特殊类型的文件夹。在构建Core Plot文档时,Doxygen在Core Plot"框架"内部创建docset文件夹。文件夹并从那里将其复制到您的图书馆。

docset是否构建在"框架中#34;夹? Core Plot文件夹的路径中是否有任何别名或文件链接可能会混淆Doxygen或cp命令?