美文网首页iOS开发笔记
MacOS编译RedisDesktopManager

MacOS编译RedisDesktopManager

作者: turboDong | 来源:发表于2018-12-08 16:23 被阅读177次

编译时报如下错误:
xcodebuild: error: 'src/client/mac/Breakpad.xcodeproj' does not exist
是因为克隆RedisDesktopManager项目时,没有加 --recursive 命令,添加上这个命令就可以了。

在执行./configure的时候报以下错误:
Compiling for earlier than macOS 10.6 is no longer supported.
需要改
{project_dir}/3rdparty/gbreakpad/src/client/mac/sender/Breakpad.xib文件的内容,把1050替换成1060后执行命令不报错了。不过用qt构建项目时依然报错。
最后无奈从github中找了个个人编译的rdm包。地址如下:
https://github.com/onewe/RedisDesktopManager-Mac/releases

image.png

相关文章

网友评论

    本文标题:MacOS编译RedisDesktopManager

    本文链接:https://www.haomeiwen.com/subject/stuqhqtx.html