Could not load “my-icon.png” image referenced from a nib (iPhone)

前端 未结 7 815
抹茶落季
抹茶落季 2021-01-06 06:44

I am receiving the following error message:

2011-02-11 14:47:13.815 myProject[13177:207] Could not load the \"icon-troubleshoot.png\" image referenced from a         


        
7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-06 07:13

    There must be a reference to this file in one of the nibs. If you can't find it, try deleting the nib file where the image was used, and create a new one.

    Also, check your bundle for a reference to the image file.

提交回复
热议问题