I’m encountering an issue with image assets when using SVGs in my app. I need to provide different images for regular and compact width size classes. Here’s what I’m doing:
1. Added SVG image assets for dark and light modes
2. Preserve Vector Data is checked.
3. Appearances is set to `Any, Dark`
4. Set the width class to `Any & Regular` and the height class to `Any`
However, when I run the app on iPads, it picks up the images for the compact size class instead of the regular size class ones.
Any help or suggestions would be greatly appreciated!