Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 使用我在github上找到的教程在mac上编译Aprite,但在启动.app文件时出现了奇怪的错误_Macos_Cmake_Ninja - Fatal编程技术网

Macos 使用我在github上找到的教程在mac上编译Aprite,但在启动.app文件时出现了奇怪的错误

Macos 使用我在github上找到的教程在mac上编译Aprite,但在启动.app文件时出现了奇怪的错误,macos,cmake,ninja,Macos,Cmake,Ninja,一切都按照教程()进行,但我看到一个弹出窗口,上面说: Script Error sh: /Users/tw/Desktop/aseprite-macos-buildsh-master/Aseprite/: is a directory 我认为这可能与.app中的main.scpt文件有关,该文件如下所示: to run do shell script "~/Desktop/aseprite-macos-buildsh-master/Aseprite/" end r

一切都按照教程()进行,但我看到一个弹出窗口,上面说:

Script Error
sh: /Users/tw/Desktop/aseprite-macos-buildsh-master/Aseprite/: is a directory
我认为这可能与.app中的main.scpt文件有关,该文件如下所示:

to run
    do shell script "~/Desktop/aseprite-macos-buildsh-master/Aseprite/"
end run
为什么会这样?我怎么修理它