I have an iPhone app running properly in the simulator. Opening screen is a table with images and text in each cell. When I attach the iPod Touch (I have provisioned it), the table appears with the correct heading on the navigation bar, and divisions between the cells, but no cell content.
The program hasn’t crashed, though, (the table scrolls) but sits displaying nothing until I kill it, at which time console shows program ending with exit code: 0.
Any ideas?
(Scheme shows iPod touch).
Found the answer to the question. Here it is for anyone else who lands here with the same problem:
The table was populated by taking data from a file called “Data.plist” in the Resources group. My code said, “data.plist”. It ran in the simulator because the simulator runs OSX which is NOT case sensitive. The device runs iOS which IS case sensitive.