Cordova 5 build command is deleting iOS device orientation settings
问题 With Cordova 5.1.1, when executing "cordova build ios", any device orientation settings previously selected in the XCode project are deleted leaving the orientation settings checkboxes unselected. While the "orientation" config preference may provide a means of forcing orientation, I need to be able to set different orientation preferences for the iPad and iPhone. All previous Cordova versions (below 5) respected those settings. Any ideas? Using XCode 6.3.2. 回答1: EDIT: According to @Abhinav