Sorix / CloudCore

Framework that enables syncing between iCloud (CloudKit) and Core Data
MIT License
153 stars 40 forks source link

I have a crash in CloudCoreConfig.swift #22

Closed AL-maher closed 6 years ago

AL-maher commented 6 years ago

Hi,, I have a crash when running the application with the following code in class CloudCoreConfig.swift:

/// Default value isCKContainer.default() //lazyis set to eliminate crashes during unit-tests public lazy var container = CKContainer.default()

Is there a solution to this problem?

Sorix commented 6 years ago

Please provide more information about crash (screenshots / logs).