带有错误的cc start_c.c无效的活动开发人员路径

时间:2018-09-21 02:49:15

标签: c macos

我正在遵循“ C编程语言”一章来打印“ Hello World”

#include <stdino.h>

main()
{
        print("hello, world\n")
}

但是,当我运行它时遇到以下错误

$ cc start_c.c
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

我该如何解决问题?

0 个答案:

没有答案