Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernization #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Modernization #1

wants to merge 5 commits into from

Conversation

JanX2
Copy link

@JanX2 JanX2 commented Dec 12, 2021

This now builds fine on Monterey (12.1, Xcode 13.2), but whenever I try to open an .scpt file or to compile an .applescript file that uses SatimageOSAX, I run into issues. Opening an .scpt file results in “AppleScript failed to retrieve the script's source code.” instead of the Apple Script source code. Compiling an .applescript in an “internal table overflow” error.

When signed as described in “Notes.md”, the binaries built from this commit work fine in Mojave (10.14.6).

@alldritt
Copy link
Owner

Make sure you are building for Intel rather than Apple Silicon. The underlying osaxen are Intel and will not load under the M1 architecture.

@JanX2
Copy link
Author

JanX2 commented Dec 25, 2021

@alldritt
Good point! I need to switch this to building Intel-only then.

I’m still on Intel though. So that shouldn’t be an issue for my use, or did I misunderstand something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants