A for Alpha
A for Alpha

Reputation: 2912

Varying output in simulator and iPad device

i am facing rather weird problem.. I am developing a educational app on iphone. The output keeps varying from simulator to Device.. i am geting the exact output on simulator. But, i am unable to see certain images after transferring it to the Device... The output also varies interms of spacing between some icons.... I have all the icons available in the resources folder. i have also cleaned the build and reinstalled it many times..... Can anybody please help me regarding this issue... Your advices will help me in my project.. Thank you...

Upvotes: 0

Views: 139

Answers (1)

Amy Worrall
Amy Worrall

Reputation: 16337

For the images, is it a case sensitivity problem? On the device, the file system is case sensitive, so when you're loading an image with imageNamed: or whatever, you have to get the case of the filename correct. That isn't the case in the simulator.

Upvotes: 1

Related Questions