I've got a React Native project and everytime I run it (run, not run with build) XCode rebuilds not everything but a lot of stuff even when there's been zero code changes, with the result that everytime I hit run in XCode I have to wait 4 minutes before it starts. Similar quesetions have been asked before and I've checked stuff such as ensuring Incremental Building is turned on (I'm using Xcode 12.5, new build system).
Each time its run I can see that XCode is rebuilding every target, and as its a React Native app there are a very lot of targets.
Here's an example of the build logging, most things take a fraction of a second to build, but some things take 10, 20, 30 seconds, and there hundreds of things being built. Is there anyway of stopping it doing all this each time it runs?
