lhunath / UbiquityStoreManager

Implements Core Data + iCloud, deals with all the nasty stuff and gives you a clean API.
http://lhunath.github.io/UbiquityStoreManager
Apache License 2.0
391 stars 37 forks source link

Getting a lot of errors in the device console #66

Closed NorbNorb closed 10 years ago

NorbNorb commented 10 years ago

Hi,

I'm getting a lot of errors. It's always this pair:

Jul 8 10:42:16 iPad ubd[49] : Couldn't create symlink at /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs.log (No such file or directory) Jul 8 10:42:16 iPad ubd[49] : Couldn't open log file /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/Ubiquity/ubiquity-mmcs-2014-07-08-104216+0200.log (No such file or directory)

I have the feeling this pair always appears when a Core Data transaction log is read coming from iCloud.

Is this a serious error I have to react to? Thanks.

lhunath commented 10 years ago

Doesn't seem to have anything to do with USM, though. If you figure it out, definitely add some info to this issue but I'm closing this for now.