My iPhone application uses iTunes file sharing. The Info.plist file as displayed by Xcode includes:
Key = ìApplication supports iTunes file sharingî
Type = String
Value = YES
On my iPhone in the debug process it works perfectly. However the Application Loader gives the following message:
ERROR ITMS-90039: "Type Mismatch. The value for the Info.plist key UIFileSharingEnabled is not of the required type for that key. See the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009248-SW1"
So far as I can ascertain all the requirements in the Information Property List Key Reference have been met.
Any help would be appreciated.