编译出现“xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH”,
进入theos安装目录,一般是/opt/theos,$THEOS/makefiles/targets/目录下,以前是common,后来改为了_common,打开目录下的darwin_head.mk文件,将两处llvm-dsymutil修改为dsymutil。
博客主要讲述编译时出现‘xcrun: error: unable to find utility \llvm-dsymutil\ not a developer tool or in PATH’错误的解决办法。需进入theos安装目录,打开$THEOS/makefiles/targets/下的darwin_head.mk文件,将两处llvm-dsymutil修改为dsymutil。
编译出现“xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH”,
进入theos安装目录,一般是/opt/theos,$THEOS/makefiles/targets/目录下,以前是common,后来改为了_common,打开目录下的darwin_head.mk文件,将两处llvm-dsymutil修改为dsymutil。
4872
1948
1万+

被折叠的 条评论
为什么被折叠?