We have a macOS app that embeds a number of open source command-line executables into the application bundle in /resources/bin/. While we can build some of these as Universal Binaries, others are only available as x86_64 binaries. Earlier versions of Xcode 12 accepted these pre-built binaries and would happily include them in the final product. Beta 6 always generates an error for every one of these, not even allowing you to start the compilation. I cannot find a setting to tell Xcode to ignore the architecture of pre-built embedded executables. Anyone know how to do this?
Kevin
Kevin