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:
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'