Este es un script de apple como de abajo. Quiero leer un archivo de contenido y asignarlo como una variable para el envío como iMessage de contenido. Pero, me sale un error.
tell application "Messages"
set targetBuddy to "+xxxxxxxxxxx"
set targetService to id of 1st service whose service type = iMessage
set Shows to paragraphs of (read POSIX file "/Users/human/macairspace.txt")
set textMessage to Shows
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
end tell
Se muestra un mensaje de error.
error "「Messages」Error:Can't make「file \"Macintosh HD:Users:human:macairspace.txt\"」as「file」。" number -1700 from file "Macintosh HD:Users:human:macairspace.txt" to file