我試圖在applescript中運行一個do shell腳本「osacompile(etc.)」。當我運行osacompile(它將編譯和導出一個applescript應用程序)時,我得到一個錯誤。這是我的:應用程序支持語法錯誤
set SCRIPTTOCOMPILE to "
set pathtoopen to \"/Users/erictsai/Library/Application Support/CrashReporter/\"
do shell script \"open \" & pathtoopen
do shell script "osacompile -x -o ~/Desktop/Script.app -e " & quoted form of SCRIPTTOCOMPILE
這是怎麼回事?
「An error」?。請用你得到的實際錯誤信息來編輯你的問題。報告問題時始終這樣做。 – Mat