On Feb 5, 2016, at 8:46 AM, Dave wrote: > >> On 5 Feb 2016, at 13:34, Jean-Daniel Dupas <[email protected]> wrote: >> >> And obviously, you also add - encodeWithCoder: and -initWithCoder: methods >> in your custom classes. > > Yes, see my other thread, it decodes all the other fields but not the (weak) > back links get set to nil most of the time…….
Ahhhhhhh. It would seem that the reference is being lost when the archiving happens. Would something that is the opposite of strongify/weakify work here? Sort of a strongify a weak reference when it comes to archiving and archive the strong reference? That almost sounds crazy enough to work. > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/zav%40mac.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
