Air 23 SDK - Invalid type for UIDeviceFamily value - Values for UIDeviceFamily are expected to be integers.
When submitting an Air 23 SDK ios app to iTunes, I received the following warning
Invalid type for UIDeviceFamily value - Values for UIDeviceFamily are expected to be integers.
the key is set as:
<key>UIDeviceFamily</key><array><string>1</string><string>2</string></array>
I have tried to change string to number and integer, neither will compile in Air - get error saying invalid value in key.
This is just a warning, iTunes apparently accepted the app, but would like to know a fix.
