Re: Problem with Outline View and Manual Memory Management
Re: Problem with Outline View and Manual Memory Management
- Subject: Re: Problem with Outline View and Manual Memory Management
- From: Jens Alfke <email@hidden>
- Date: Tue, 26 May 2015 13:26:16 -0700
> On May 26, 2015, at 11:34 AM, Dave <email@hidden> wrote:
>
> The SourceView project is built using ARC, but my App uses Manual Memory Management. When I moved the code over, I changed it to use release etc. and changed any properties or iVar’s to use retain or assign.
Why not leave the source files as they were, and just compile them with ARC? (In the target’s source-files list you add the compile flag “-fobjc-arc”. That seems a lot less likely to introduce bugs.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden