Unable to compile for macos-x64 #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
macos-13has been deprecated. Changing it tomacos-15-intelresulted in a compilation error. Switching tomacos-15produced an ARM version, which cannot run on Intel-based Macs.https://creator.nas86.eu
only after the download of the file
run this in terminal
xattr -dr com.apple.quarantine "/Users/venimk/Downloads/YourApp.app"
codesign --force --deep --sign - "/Users/venimk/Downloads/YourApp.app"
Should work fine
workFlowFile
https://github.com/VenimK/creator/blob/master/.github/workflows/generator-macos-x86.yml