(まだ) スクリプト化できない Mac アプリを作成しましたが、それを Applescript で実行したいと考えています。次のスクリプトのいずれかで、「タイプ 10660 のエラーが発生しました。」が表示されます。何時間も検索しても、解決策もエラーの説明も見つかりませんでした。
if exists application "RotorDCU" then
display dialog "Found." buttons {"OK"}
else
display dialog "Not found." buttons {"OK"}
end if
tell application "RotorDCU"
activate
end tell