Somehow an image in my project became missing after moving it throughout the project. So, I delete the png image in question but I am unable to run my app using the simulator but end up with this obnoxious error.
I've thus deleted the image in question from my computer, aside from its current location in my project and deleted the derived data using the terminal. However, the issue is still appearing. Unsure what to try next.
The compiler wants to copy the image from the Downloads folder (pretty weird location by the way 😉) into the bundle while building the app.
If you need to use the image delete it from the project, add it again and check Copy Items if needed
.
Otherwise remove the image from Build Phases > Copy Bundle Resources.