App crashes as soon as splash screen is displayed(even just camera).

As mentioned above the app is crashing as soon as the splash screen is displayed. Its a new Mac,OS Maverick, Latest Xcode and Unity 4.5.5 if anyone needed the specs. The xcode is also not creating the dsym file at the end as it used to do in the previous versions. Please help !!

Prashant

It is a problem of unity 4.5.5 and xocde.You can easily resolve this issue through following step-
1.Open your iOS project on Xcode.
2.Go Info.plist file and open as source code in Xcode
3.Add these lines
UIInterfaceOrientation
UIInterfaceOrientationLandscapeLeft
Before -
UISupportedInterfaceOrientations

UIInterfaceOrientationPortrait