上个月才打包的项目今天改两行代码重新提交一下,然后就看到了这个警告。
应该是这次iOS升级新加的东西,如提示,需要在info.plist里加入新内容。
<key>UISupportsDocumentBrowser</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
上个月才打包的项目今天改两行代码重新提交一下,然后就看到了这个警告。
应该是这次iOS升级新加的东西,如提示,需要在info.plist里加入新内容。
<key>UISupportsDocumentBrowser</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>