警告内容:
WARNING ITMS-90737: "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.
-
第一次遇到此类警告,不知道该如何下手, 经过网上查找, 发现也有网友遇到了相同的警告提示,并给出了解决方法.
-
修改方式有两种:
- info.plist中添加LSSupportsOpeningDocumentsInPlace设置项
- 如果应用使用UIDocumentInteractionController来打开文件,info.plist中将 UISupportsDocumentBrowser设置为YES
-
详细处理方法: https://blog.csdn.net/huilibai/article/details/83089137
网友评论