Could not load the image referenced from a nib in the bundle running on device

后端 未结 30 2075
挽巷
挽巷 2020-12-07 18:24

SplitView[1290:307] Could not load the \"canary04.png\" image referenced from a nib in the bundle with identifier \"xx.co.mycompany.ipad.SplitView\"

30条回答
  •  轮回少年
    2020-12-07 19:19

    2015 - Still having this problem. I was referencing an image that no longer existed in one of tabbed buttons.

    Solution: Simply inspect all your buttons, UIImage etc. and make sure that the image that you are referencing actually exists within your project.

提交回复
热议问题