> On Oct 15, 2014, at 1:58 PM, Howard Moon <how...@antarestech.com> wrote:
> 
> I think I resolved it… my data object's members were all declared using 
> @property(assign).  I changed those all to @property(retain), and it works 
> now.

Don't use assign or retain in ARC, use weak and strong. (And generally you'd 
just omit strong since it's the default.)

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to