i have an app with two buttons. On startup the first screen is a web view and that works fine, but when i tap a button a table view should show up but it is blank. Th table view data is loaded from a plist i created as a file. Everything show up in the simulator. I have Xcode 4.2. My device is the iPhone 4s. Any answer on what this might be, please help! Thank you.
Asked
Active
Viewed 118 times
0
-
Are there any errors? Could be that your xml file is not getting created or written when running on the device. Can you verify that your data is actually being read by the app? – jacobsimeon Nov 04 '11 at 21:26
1 Answers
0
Be careful: the simulator uses Mac OSX's File access, which is case-insensitive. Running on the device, the file access is case sensetive. Did you check your cases?

Blitz
- 5,521
- 3
- 35
- 53