Images showing in simulator but not on the iPhone device

前端 未结 5 1260
别跟我提以往
别跟我提以往 2021-01-02 12:00

So when I run the application from the device the pictures show up and everything works great. However, when I move to the device I run in about 10 out of 38 pictures that d

5条回答
  •  独厮守ぢ
    2021-01-02 12:21

    First thing to check is the case of the strings you're using to refer to the resources. The iPhone is case sensitive, but the simulator is not.

    Oops, just seen that you checked the case. Better log all your UIImage creation calls then!

提交回复
热议问题