【发布时间】:2012-11-28 14:26:33
【问题描述】:
我正在开发一个使用 Adobe Air 打包的 iOS 应用程序。 我正在尝试将 InterfaceOrientation 设置为 info.plist。
所以在我的 app.xml 中添加了 UIInterfaceOrienation,但是当我尝试创建 iOS 包时,它给了我“application.iPhone.InfoAdditions contains an invalid value”错误。
这就是 app.xml 的样子
<iPhone>
<InfoAdditions>
<![CDATA[
...... other values
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
]]>
</InfoAdditions>
不太清楚我在这里缺少什么。 有什么想法吗?
【问题讨论】: