It seems that when I build for iOS 14.1, the new linker is not used. I had to switch the project to iOS15+, and then it started linking.
EDIT: Nope - once I removed the "-Wl -ld_new" (renamed from -ld_prime) flags to let the Xcode 14 build the project without error, I get "Unknown option: -make_mergeable" error again in Xcode 15 beta 8, suggesting that Xcode 15 for some reason decides to not use the new linker without being forced to :(.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: