我正在尝试将我的 applescript 合并到 xcode 中。该脚本可以与 applescript 一起正常工作,但不能在 xcode 中运行。我正在尝试打开文件进行阅读。这是代码
set Location to "US"
set DriverFile to "/Volumes/MacPrintDrivers/" & Location & "DriverInstall.txt"
set DriverInstallFile to POSIX file DriverFile
open for access DriverInstallFile
我已经确认文件存在并且我可以显示内容。我似乎无法在 Xcode 中以这种方式阅读。我得到的错误是
«script» doesn’t understand the «event rdwropen» message. (error -1708)