I tried this both with the release and the HEAD versions.
I was able to compile Scantailor with no trouble and I can use it from the command line with no issues.
The scantailor_bundler.command claims to succeed. However, when I try to use the bundle, it immediately crashes, I assume because the linking with Qt is not done correctly.
In scantailor_bundler.command, everything appears to work correctly until the line
I think the error is in this last bit, either because Sonoma made changes something, or because of some difference in Apple Silicon with respect to Intel.
I tried this both with the release and the HEAD versions.
I was able to compile Scantailor with no trouble and I can use it from the command line with no issues.
The
scantailor_bundler.command
claims to succeed. However, when I try to use the bundle, it immediately crashes, I assume because the linking with Qt is not done correctly.In
scantailor_bundler.command
, everything appears to work correctly until the lineAt that point, there are a lot of messages like
I believe this is a known issue and that the following code is a work-around:
I think the error is in this last bit, either because Sonoma made changes something, or because of some difference in Apple Silicon with respect to Intel.