[Unity] [QCAR] Crash on init with unity 4.5.4 or higher
How to fix:
You can manually edit the Info.plist file in your Xcode project generated by Unity and add this key:
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationPortrait</string>









