Error loading image file in Xcode 10

I am getting a weird error when trying to run my app in Xcode 10, the error is:


/Users/danuff/Documents/CPS/iOS/Images/iOS/CP Clock/Icons/icon1024x1024.jpg: No such file or directory


The file is there.


What can I do to fix it?


Thanks,

Dan Uff

Replies

If you've confirmed the naming convention respects case, I'd log the contents of that directory live, via the app, and see if you can see what it sees.


Otherwise, is there some reason the path isn't related to the project root?