I'm currently experiencing a bit of a dilemma. For some reason, my client has a problem that I have so far been unable to reproduce on my own iPad. I did load a release build.
The problem, in my opinion, has to do with the user interface. Essentially, a view isn't doing what it should be doing. The oddest thing is, I'm using the exact same code at other times and it works then for the both of us. I did set a breakpoint to jump right to the view controller where the problem is, in an attempt to make it easier for me to debug that part of the app. Other than that, my client and I should be on relatively equal ground. I do have a bunch of other view controllers that come before the one where the problem is. Could it be a memory problem? I don't know.
What would you suggest I do to find the cause of this problem? I was thinking of creating some kind of log.
The problem, in my opinion, has to do with the user interface. Essentially, a view isn't doing what it should be doing. The oddest thing is, I'm using the exact same code at other times and it works then for the both of us. I did set a breakpoint to jump right to the view controller where the problem is, in an attempt to make it easier for me to debug that part of the app. Other than that, my client and I should be on relatively equal ground. I do have a bunch of other view controllers that come before the one where the problem is. Could it be a memory problem? I don't know.
What would you suggest I do to find the cause of this problem? I was thinking of creating some kind of log.