I’m trying to switch our generator from Xcode to Ninja Multi-config, which makes compile much faster. But some of our teammates said they prefer using Xcode for develop/debug.
Is there’s a way to generate a xcode project, could open and navigate like normal project, but compiles by ninja when I click run in Xcode?
Looks GN has done that by adding buildPhases “Compile and copy *** via ninja” into xcodeproj, which runs a custom python script to call ninja for build.