AIR 33: UIDeviceFamily in iOS InfoAdditions causes error
Hi All,
There are multiple posts in this forum about this problem in AIR 23, and it was "solved" in AIR 24, yet I'm running into it when I use AIR 33.
When I add this code to my app descriptor file ...
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>... I get this error ...
"error 105: application.iPhone.InfoAdditions contains an invalid value"
Does anyone know why I might be getting this error? I assume that many of you are using similar XML, as this is (I think) needed to make an app run properly on both iPhone and iPad.
Douglas
