On Oct 22, 2014, at 12:10 PM, Gerriet M. Denkmann <gerr...@mdenkmann.de> wrote:
> 
> I tried, but got told: "error: ARC forbids explicit message send of 'retain'".

Yep, makes sense. Is the method signature's method return type correct? If so, 
your two options would seem to be:

- one of those compiler incantations with attributes to inform ARC 
(__unsafe_unretained?)

- some kind of kludge to fool ARC

-- 
Scott Ribe
scott_r...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





_______________________________________________

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