Unable to compile for macos-x64 #174

Open
opened 2025-12-25 16:01:21 +08:00 by hpglw · 1 comment
hpglw commented 2025-12-25 16:01:21 +08:00 (Migrated from github.com)

macos-13 has been deprecated. Changing it to macos-15-intel resulted in a compilation error. Switching to macos-15 produced an ARM version, which cannot run on Intel-based Macs.

`macos-13` has been deprecated. Changing it to `macos-15-intel` resulted in a compilation error. Switching to `macos-15` produced an ARM version, which cannot run on Intel-based Macs.
VenimK commented 2026-01-01 13:34:07 +08:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#174