ios - 核心剧情: doxygen config file does not exist

标签 ios xcode warnings core-plot

我知道在我的应用程序中有使用 Core Plot 的说明。编译运行Core Plot示例时需要配置XCode吗?

doxygen config file does not exist
/CorePlot_1.0/Source/framework/../build/CorePlot-CocoaTouch.build/Debug-iphonesimulator/Documentation.build/Script-C3566B7F10EED04900FB3866.sh: line 18: /Applications/Doxygen.app/Contents/Resources/doxygen: No such file or directory

最佳答案

构建脚本找不到 Doxygen 可执行文件。确保它已安装在您的/Applications 文件夹中。

关于ios - 核心剧情: doxygen config file does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11780821/

相关文章:

python - 如何在 Python 中抑制 SyntaxWarning?

php - 隐藏所选函数的 php mysql 约束违规警告

Python 警告——如何不打印源代码行?

iphone - 下载文件时,NSURLConnection 不会在文件末尾调用 didFinishLoading,当下载暂停并恢复时

ios应用程序在 Debug模式下运行完美,但在 Release模式下崩溃

ios - 创建多个数组,这些数组将加起来成为一个最终数组。调试问题。 swift 和 Xcode

ios - Swift - 解决测试驱动开发中的构建错误?

swift - 不要用 Xcode 8 复制 swift 库?

ios - swift 3 : best way to validate the text entered by the user in a UITextField

ios - Swift - 来自 TableView 的协议(protocol)委托(delegate)不起作用 - 模态呈现