alldritt / SatimageOSAX

An application providing access to Satimage on macOS Mojave (and later)
17 stars 2 forks source link

Modernization #1

Open JanX2 opened 2 years ago

JanX2 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@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?