I have an ImageView that has a background image that I set in IB. It appears fine in the simulator. When I run the app on my device, the background image doesn’t exist. How can I diagnose?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually this is because of case (in)sensitivity in the filesystem. On the simulator, the filesystem is case insensitive. Therefore, it will find files that you refer to even if they HaVe ThEiR CasE MixEd uP. The device filesystem will fail to find the file, however.