美文网首页
iOS Documents文件在设置中显示问题

iOS Documents文件在设置中显示问题

作者: 胖男技术渣 | 来源:发表于2020-07-07 16:10 被阅读0次

修改info.plist中Supports Document Browser为NO, 删除LSSupportsOpeningDocumentsInPlace或置为NO

TMS-90737: Missing Document Configuration - By declaring the CFBundleDocumentTypes key in your app, you've indicated that your app is able to open documents. Please set the UISupportsDocumentBrowser key to "YES" if your app uses a UIDocumentBrowserViewController. Otherwise, set the LSSupportsOpeningDocumentsInPlace key in the Info.plist to "YES" (recommended) or "NO" to specify whether the app can open files in place. All document-based apps must include one of these configurations. For more information, visit https://developer.apple.com/document-based-apps/.

相关文章

网友评论

      本文标题:iOS Documents文件在设置中显示问题

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