If you are using SpamSieve with the Monterey Beta 2, please update to the latest SpamSieve beta: https://forum.c-command.com/t/spamsieve-public-beta-and-macos-12-monterey/13838/10
Post
Replies
Boosts
Views
Activity
I am getting this error for several Quartz libraries (Xcode 15.4 on macOS 14.4.1), but only when building for x86_64. It happens both for Objective-C and Swift targets. For Objective-C, it helped to replace imports of the Quartz umbrella framework with imports of the particular ones that I need. For Swift, I added -Xfrontend -disable-autolink-framework -Xfrontend Quartz to OTHER_SWIFT_FLAGS. Another app got this error when not even using Quartz, but it helped to disable CLANG_MODULES_AUTOLINK.