编译时报如下错误:
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
网友评论