> On 23 Oct 2014, at 01:02, Scott Ribe <[email protected]> wrote: > > On Oct 22, 2014, at 11:46 AM, Gerriet M. Denkmann <[email protected]> > wrote: >> >> But how to fix this? > > ARC expects a retained pointer; I'd retain it.
I tried, but got told: "error: ARC forbids explicit message send of 'retain'". NSDictionary *temp; [ iv getReturnValue: & temp ]; NSDictionary *a = [temp retain]; Kind regards, Gerriet. _______________________________________________ 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]
