Crash after loading the Game Help.....F1 F1 F1

Hi Frnds,
I was trying to laod a video as Introduction to the application and used a skip button to skip the video. The Skip button and also the Video play is working properly but as soon as i Start the unity part and also if i tilt the IPhone/IPod. the following error occurs

End Load File completely 4667.781000

→ force accelerometer registration
Unknown error occured in:
No method at 0x300c8c1c
[Switching to thread 12803]
[Switching to thread 12803]
warning: UUID mismatch detected between:
/Users/praveen/Project Use/Finals/EdgeQuest/build/EdgeQuest.app/EdgeQuest
/Users/praveen/Project Use/Finals/EdgeQuest/build/EdgeQuest.app.dSYM/Contents/Resources/DWARF/EdgeQuest…
=uuid-mismatch,file=“/Users/praveen/Project Use/Finals/EdgeQuest/build/EdgeQuest.app/EdgeQuest”,debug-file=“/Users/praveen/Project Use/Finals/EdgeQuest/build/EdgeQuest.app.dSYM/Contents/Resources/DWARF/EdgeQuest”
kill
quit

The Debugger has exited with status 0.(gdb)

PLs help get out of it…

I Need… Help me Frnds…

Got no iphone myself, but please delete your triple post ;).

I’m moving this to the iPhone section so that it can get more specific attention.

thanks for that . ! more thing i would like to know. cant we stop using accelerometer in Xcode while using an unity application??

I’m not sure why do you think accelerometer is connected with your crash, but you can disable accelerometer completely by commenting out code inside registerAccelerometer() function in AppController.mm.

Thanks all ,
i hav solved the problem. the problem was with the view which i added for viewing the buttons i mean the skip button, the view used by the button was actually creating the problem , the accelerometer that handles the unity application try’s to handle the view used by the button. And by commenting the accelerometer code the application try’s to forcefully register the accelerometer wich again cause problem.
Any way thanks for the Help…