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

后端 未结 30 2065
挽巷
挽巷 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:14

    Check your image name. If it contains some spaces then image will show while running in simulator but not in the device. While running it checks Case sensitive name etc.

提交回复
热议问题