In my app I had a folder of images from which I was getting the names to use as keys to a Dictionary. I have now moved all images to an asset catalog and created groups for the relevant folders. The code using FileManager
is not working anymore as it can not find any folders (due to the assets being compiled into a .car
file).
How should I approach this?