Could not load the “” image referenced from a nib

前端 未结 21 2409
广开言路
广开言路 2020-12-23 19:21

I have no images called \"\" (nothing). I\'ve gone through the .xib file of the screen where this pops up and can\'t find anything that would cause this. Anybody who have ha

21条回答
  •  醉酒成梦
    2020-12-23 20:11

    You can do this to check it from your storyboard, or nib. Open it as Source Code:

    enter image description here

    Then "Find" the image name in it, see if it exists but already invalid in your project, probably you have deleted or changed its name, and now it doesn't seem valid.

    enter image description here

提交回复
热议问题