paulpwr
paulpwr

Reputation: 117

Xcode change to app appears in simulator but not on phone

I have been creating an app and deploying it to my device perfectly. Today I added some images to the app but only one or two images show up on the device but all work perfectly on the simulator. I have tried clean and uninstalling the app from the device but no success and have no warnings in console, is there anything else I can try or do?

Upvotes: 0

Views: 74

Answers (1)

EricS
EricS

Reputation: 9768

Check the filename case. The device is case sensitive. The simulator is not.

Upvotes: 2

Related Questions