Roman Shevtsov
Roman Shevtsov
When initializing `CoreDataiCloudStorage`. You're clearly setting `storeURL` and `ContentURL` to the same value in `cdiCloudInitializeStore`. Full log: ``` 2016-04-12 16:12:17.213 testCoreData[92333:18177441] CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/asdfgh1/Library/Developer/CoreSimulator/Devices/D838493D-0303-4CCC-ADDD-57334A2CD98B/data/Library/Mobile%20Documents/iCloud~com~xxx~yyy/Path/ options:{ NSInferMappingModelAutomaticallyOption = 1;...
Happens in `cdiCloudInitializeStore` because of force-unwrapping a result of `URLForUbiquityContainerIdentifier` when user is not logged in to iCloud. How about safe checking?
Version bumped to 0.2. Should I push it to cocoapods trunk if you accept the PR?
steps to reproduce: 1. init a blank project 2. add `api` directory 3. inside the `api` directory add a symlink to a file outside of project directory (mine was with...