Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 and "reexported library couldn't be matched with any parent library" warnings
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.
Jun ’24