Xcode Target Architecture for RTAS in set by Projucer

Yeah, we all know RTAS is going home :slight_smile:
But it’ll be nice to add “force” 32-bit arch and valid arch to current JUCE repo.

https://github.com/soundradix/JUCE/commit/b48ee440c04d1c4cbc6240bdbee8672cd113db42

This solves 2 issues I’ve encountered:

  • Should remove the Xcode warning of no valid x64 for the RTAS.
  • Allow additional security tools sniffing for symbols to work as expected.
1 Like

Sadly this breaks Debug so it’s only helpful in Release. (for those who use wrappers / other post-build tools)