You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Run AppleScript from M1 on Intel

I have written a simple AppleScript, using just the build-in script editor.

The script is nothing fancy, just displaying a few dialogs, asking for user input, and then sending an email with the result.

The script runs fine on my M1 MacBook Air, however when I transfer the script to an Intel Mac, the script won't run, which makes sense, as it is compiled on ARM.

My question is, can I make the script universel somehow, so that it will run on Intel Macs without needing to be recompiled?


Thanks.

MacBook Air 13″, macOS 13.2

Posted on Feb 17, 2023 5:34 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 18, 2023 2:39 AM

AppleScript isn’t compiled. If you turn it into an application, the script is embedded into an application wrapper, so maybe it is created as an Apple Silicon application.

Save it just as a script and try to run that on the Intel Mac.

Similar questions

2 replies

Run AppleScript from M1 on Intel

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.