> On May 26, 2015, at 11:34 AM, Dave <d...@looktowindward.com> 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 (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