Speed up builds by skipping App Clips

Adding an App Clip has made build-and-run significantly slower, because it builds the App Clip even when I'm just working on the main app.

Is there a way to configure Xcode so it doesn't build the App Clip except when using 'Archive'?

I tried this:
  • Remove the App Clip from the list of dependencies in my app target

  • In the 'Embed App Clips' stage of my app Target I selected 'Copy only when installing'

Unfortunately, this didn't work. The App Clip is still built alongside the main app each time I run on the simulator or device.
Speed up builds by skipping App Clips
 
 
Q