I'm trying to test an app I'm developing on my iPhone. To do that I changed the target from Simulator to Device on Xcode. The application is correctly uploaded to the device and it works, or better, the main view is shown but if I try to open a secondary view, application crash.
On the iPhone log (I installed iPhone configuration utility to see the console [is the only way to see the log from iPhone?]) I can see that error:
"Could not load NIB in bundle"
but, on simulator it works fine. What's wrong? Any idea?
thanks, Andrea