On Jun 12, 2015, at 3:18 AM, John Brownie <[email protected]> wrote:
> Having worked with ARC code for a long while, I discovered an incompatibility > with a library that means I have to convert to non-ARC code. Before we address the how, let's make sure of the why. What is the nature of this incompatibility? ARC was designed so that code compiled with ARC can interoperate just fine with code compile with manual retain/release, and vice versa. So, there should be no need to abandon ARC just because of a third-party library. What lead you to believe there is such a need? Regards, Ken _______________________________________________ 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]
