Reputation: 21
I am facing very strange problem. On my mac machine which has xcode 3.2.5 installed with iOS SDK 4.2. I am working on a universal application that runs fine on iphone 4 [can debug too] but not on iPad. When I run the application on ipad in debug mode then the application stops at splash screen with no error in console. I can run the application by tapping on the application icon on home screen in ipad but not through xcode. What may be the reason behind it? Thanks Arnieterm
Upvotes: 1
Views: 447
Reputation: 5068
Your build scheme may not be in debug... Check your build scheme.. In XCode 4, goto Product -> Edit Scheme, then set Scheme to 'Debug'...
Upvotes: 0
Reputation: 1007
Try restart the ipad. This is due to the debug process in ipad is sucked.
Upvotes: 1