ali-rantakari / trash

Small command-line program for OS X that moves files or folders to the trash.
564 stars 15 forks source link

ld: unknown options: -force_cpusubtype_ALL #43

Open ryandesign opened 10 months ago

ryandesign commented 10 months ago

When trying to build trash with Xcode 15's toolchain on macOS Sonoma, it fails with:

ld: unknown options: -force_cpusubtype_ALL

-force_cpusubtype_ALL is only relevant when building for PowerPC and is no longer allowed in Xcode 15.

kickingvegas commented 10 months ago

seeing same