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

后端 未结 22 2815
渐次进展
渐次进展 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:11

    Urughhh. I tried to fix this with all the above solutions, but nothing worked. What finally worked was:

    1. Delete image from your project and select Move to Trash
    2. Clean project
    3. Close and restart XCode
    4. Rename your image filename so something other than the previous name
    5. Add new image to your project

提交回复
热议问题