site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1542651947; bh=H2mLKk+JTJiPZfL2m8RflVQ8SayUJFiDs5hE5HiUgF4=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=0wxWLpJOvGIAALBTPU5GInoMwNbFxkzIwXJwRpPIheHGtlQiPsHzO8w5M4yzAGs22 ExBZ9n7M6iMmN9M4tn7jbLNea9ncTE6NC/mYKcbsVxwX1GFrsHTxfWOby8LDOyM2Ea Tl9EFXlK2xi45FegyvNd+RA85+x4eWkUQ9wcNqKtgZj9U4mTG4iw5kuvhLZVD3WATa WB06j/z1Boj4G1V8ioXNxN1/T61QbLnwqg9JKzz8Qm2c6Xh5B2y5HyH5/KdfDo4OEQ wzRyBmzEAZBpYuRfIsvLPDLzr8NihdoLVIdmvdVSYfoD8eFbBYMU4fTXNntIaTQnrC aLySnA4H5Rltg== Does it show up in the Finder’s Sidebar? Do you have the iCloud Drive checkbox checked in the Finder Preferences -> Sidebar section? If it is disabled there it won’t show up in the Finder or open/save dialogs. —Rob
On Nov 19, 2018, at 1:16 AM, Jim McGowan <jim_mcgowan@mac.com> wrote:
Hi,
I posted this on the Developer Forums a week ago, but unfortunately i didn’t receive any replies. Perhaps someone here can help.
I have an existing Core Data document based app, my document class is a sublcass of NSPersistentDocument, and I use an XML store type. My next update will move to being Mac App Store exclusive, so I can take advantage of iCloud features and I want to add iCloud Documents.
I turned on the iCloud Capability in XCode, and checked the "iCloud Documents" option under "Services:" I'm using the default container option. I can see the container has been created in the local file system, and I can also see in listed on developer.apple.com under my account > Certifiates, Identifiers & Profiles > iCloud Containers.
In my App Delegate's +initialize method I use GCD to dispatch a call to [[NSFileManager defaultManager] URLForUbiquityContainerIdentifier:nil] on a background queue. This method correctly returns the URL for the container.
However, when I run my app, I don't see the iCloud container listed in either the sidebar or popup menu in open and save dialogs, and neither do I see it in popup menu in the Move To... dialogue.
Am I missing some additional steps?
Thanks, Jim _______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/petrock%40mac.com
This email sent to petrock@mac.com
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com