> On Aug 10, 2015, at 8:35 AM, Dave <d...@looktowindward.com> wrote: > > That’s fair enough, I was wondering if there was any deep reason. The thing > is I have library classes that I use in older projects that are non-ARC, I > was trying avoid having two sets of more or less identical files.
Just add the compiler flag “-fno-objc-arc” for the source files that don’t use ARC. (Go to the target’s Build Phases setting tab, open up Compile Sources, then double-click on in that source file’s row underneath the “Compiler Flags” column.) —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