views:

33

answers:

1

I'm developing a universal application, I actually tested in on:

  • iPad: Simulator OK - Device OK
  • iPhone 3G: Simulator OK - Device OK
  • iPhone 3GS: Simulator OK - Device OK
  • iPhone 4: Simulator OK - Device NOT working

the application don't respond to any touch input, I tried to put some breakpoints into touchBegun,touchMoves,touchEnded, they are never called... any idea ?

A: 

This issue simply disappeared this morning after a reboot... iOS instability ? nvm

Cesar
For future reference, here's the steps I use to solve a problem like that: 1. Clean all targets, rebuild 2. Delete app from phone, rebuild 3. reboot phone 4. give xcode the finger 5. ask on SO
Matt S.