XCode not finding images in Images.xcassets

I am trying to revise an iOS app and XCode is claiming that it cannot find the various images that I have, even though they do show up in the App Icon set.


Upon further inspection, going into the actual app folder via Finder shows that the icons ARE there with the correct names.


I even tried to remake the icons with the proper filenames, but still no go.


I am using XCode Version 8.1 (8T61a)


Thanks,

Dan Uff

Replies

Dan - did you try an option-clean build folder on that project?


Also note that 8.1 (8T61a) was the GM version released on 10.24 - the release version 8.1 (8B62) replaced it three days later and I recommend moving to it instead in all cases.



Ken