Solution found. My 'Other Linker Flags’ build setting was set to -Wl -exported_symbols_list /dev/null since earlier in the year, when I was testing app size reductions. This worked fine with local builds with Xcode 15, but just started causing an issue with local builds using Xcode 16. Removing this custom build setting value fixes my issue entirely.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: