NSCameraUsageDescription Error when submiting a build on Apple App Store

It works with Unity 5.5.0p3, but 5.5.0p4 and 5.5.1f1 don’t work. I get the following error when submitting to the Apple App Store

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Blockquote

Why Unity team won’t fix such important error? Atm, It’s impossible to upload to the App Store.

ADD this to your info.plist file in xcode
Application -privacy camera usage description and set some string in it.