Could not load the “” image referenced from a nib in the bundle with identifier

后端 未结 22 2839
渐次进展
渐次进展 2020-12-01 11:32

when I load my application it shows a warning message that

\"Could not load the \"\" image referenced from a nib in the bundle with identifier \"

22条回答
  •  渐次进展
    2020-12-01 12:03

    I had the same issue when I Refactor to Storyboard. Apparently the Asset catalog does not transfer the image reference. To fix, see below:

    You would notice that your ImageViews is empty from reference.

    1 - Click on the ImageView

    2 Go to the Utilities bar where you would see you asset image is unknown

    3 - Change it back to you image asset

    This should fix your error. Hope this helps!

提交回复
热议问题