iOS StatusBarHidden always true

I’m using latest Projucer and XCode 7.2.1 and it seems like no matter what I do I can’t seem to get the UIStatusBarHidden to be false.

I’ve got the option unticked
I’ve tried adding:
<key>UIStatusBarHidden</key><false/>
to the custom PList field

But everytime I save the project, it just keeps going back to true

Has anybody encountered this?
Is my computer possessed?

Hi andyb91,

Unfortunately, the Projucer will force the UIStatusBar to be hidden for now due to this error. We are currently thinking how we can work around this problem. Sadly, a better fix is not straight forward (Apple really wants you to use storyboards which would be very hard to support in JUCE) so it may take a while until we’ve fixed this.