自分のアプリ用にAppleSharedCoreDataサンプルを変更してみました。
この警告を除いて、すべてが(合理的に)大丈夫です:
[NSPersistentStoreCoordinator addPersistentStoreWithType:configuration:URL:options:error:](1055): CoreData: Ubiquity:
Error: A persistent store which has been previously added to a coordinator using the iCloud integration options must always be
added to the coordinator with the options present in the options dictionary.
If you wish to use the store without iCloud, migrate the data from the iCloud store file to a new store file in local storage.
file://localhost/Users/david/Library/Containers/.../Data/Documents/SharedCoreDataStores/localStore.sqlite
This will be a fatal error in a future release.
誰かがこれに遭遇しましたか、そしてどうすればそれを解決できますか?