美文网首页
Invalid Document Configuration

Invalid Document Configuration

作者: 與世無爭_ | 来源:发表于2018-11-09 17:44 被阅读0次

最近发布App的时候收到了这样的警告:
Invalid Document Configuration - Document Based Apps should support either the Document Browser (UISupportsDocumentBrowser = YES) or implement Open In Place (LSSupportsOpeningDocumentsInPlace = YES/NO). Visit https://developer.apple.com/document-based-apps/ for more information.

原因是代码中使用了UIDocumentInteractionController
解决方法:在Info.plist中添加

<key>UISupportsDocumentBrowser</key>
    <true/>

相关文章

网友评论

      本文标题:Invalid Document Configuration

      本文链接:https://www.haomeiwen.com/subject/nkwoxqtx.html