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

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

    There might be many reasons of this error. To fix this issue you can just follow below given step:

    1. Go to product menu of the Xcode, select clean.
    2. If still you are getting the error, then remove the images from your project and again add the images to your project.
    3. while adding image into the project, make sure that you have selected the Project name inside the "Add to targets". And also enable the "Copy items if needed".

    Please Refer below image for better understanding:

提交回复
热议问题