Include iCloud on save dialog box in mac app

前端 未结 2 1749
耶瑟儿~
耶瑟儿~ 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).

提交回复
热议问题