On 2010 May 05, at 02:54, Tom Fewster wrote:
> the managed objects which contain transient values fault (didTurnIntoFault:
> is called) and are recreated (awakeFromFetch is called), even though nothing
> has changed, except for the contents of the transient attributes. This only
> seems to hap
I have a CoreData application which is using SyncServices (via
NSPersistentStoreCoordinatorSyncing). A couple of entities contain transient
attributes (transient values are not synced). The sync works fine & as expected.
However, when the managed object context is reloaded after the sync is
com