I have basic buttons that work in the emulator just fine, but not on the physical phone. I have been told that I should use the Organizer and look at the console, but this only seems to show crash logs. How can I trace an errors on the phone when they do not appear at all in the emulator?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
you should look at the debug console in xcode, not the organizer. open up your applications xcode project file and run the app in xcode; will display the errors for you. the project file is in the build/iphone directory |
|||
|
|