Include iCloud on save dialog box in mac app

前端 未结 2 1747
耶瑟儿~
耶瑟儿~ 2021-01-21 14:32

I have implemented the iCloud support on my Mac document-based app. NSDocument subclass can handle open e save file on local storage and iCloud<

相关标签:
2条回答
  • 2021-01-21 15:20

    I managed to fix this problem by

    1. recreating certificates and provisioning profiles
    2. removing the LSItemContentTypes key for my CFBundleDocumentTypes entry in the Info.plist. I also removed the UTExportedTypeDeclarations entry (which may or may not have contained errors).
    0 讨论(0)
  • 2021-01-21 15:35

    I have same problem. but it is solved when I fix code sign problem. this problem invoked by code sign wrong.

    0 讨论(0)
提交回复
热议问题