Edits showing up in Simulator but not Device
Do you know what could be the problem if changes I make to the app are showing up in the Simulator but not the Device?
I've had 2 changes not make it to the device. 1) I had a problem with a sound file and fixed it by changing the sound file name from Titlecase to lowercase. I also made sure all references to the file were in lowercase. Once I changed this, the problem was corrected in the Simulator but not in the Device.
2) I wanted to change the Title in the Navigation bar, so I just changed it in the xib in IB. Again, it was changed in the Simulator, but not in the Device.
I've tried Cleaning All Targets but that doesn't seem to help. Is there anything else I can do?
|