Could not load the “” image referenced from a nib

前端 未结 21 2350
广开言路
广开言路 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:20

    In my case it was Unknown image in UIBarButtonItem in storyboard.

    0 讨论(0)
  • 2020-12-23 20:22

    i also faced same problem because i edited image in photoshop and saved as a psd format make sure you save your edited images in jpg or png format in my case that was the problem hope it helps!!!

    0 讨论(0)
  • 2020-12-23 20:27

    I had a very similiar problem which I eventually found. The line below was causing the problem using the open as source code method mentioned above.

    <tabBarItem key="tabBarItem" title="Events" 
                image="319365D1-7058-46CD-8420-18E0EAFB2F29" id="a5a-IF-j9f"/>
    
    0 讨论(0)
提交回复
热议问题