Post

Replies

Boosts

Views

Activity

Reply to iOS app fails to run with Xcode 16, no issue with Xcode 15 (no build errors)
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.
Sep ’24