-
Notifications
You must be signed in to change notification settings - Fork 90
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
app bundle won't run on macos 10.14 #90
Comments
Dang. Could someone else with a mac try the package too and see if it's broken for everyone? I probably won't have time to debug the build/packaging anytime soon as I don't have easy access to a mac :/ |
i tried to tweak the Info.plist file or the adjacent files but nothing worked, until I replaced the
|
Seems like Github Actions has recently switched to a newer Mac OS version in the builds... I tried manually triggering a new build, could you please check if this works any better? |
I think someone with the proper skills (and a computer for testing...) should rewrite the OSX build thing :) Schism Tracker for example nowadays seems to have a nice way to automatically cross-compile it directly to both Intel and ARM, but unfortunately I do not have the time to get too much into how it works... |
The build system was updated a little, could you please test if this build works? |
|
This should be fixed in the latest release, please check if it works better now and post here if the problems still persist. Please note: When running the program for the first time on MacOS, it may not open as it is from an Unidentified Developer. You need to open it from the Applications Folder via Control+Click > Open then select Open from the popup menu. |
expected: double-clicking downloaded app runs m8c.
actual:
xattr -r -d com.apple.quarantine path/to/app.app
doesn't fix itbut works from source
compiling from source, e.g.
make
and then./m8c
works fine:The text was updated successfully, but these errors were encountered: