Converting to ARC
Converting to ARC
- Subject: Converting to ARC
- From: Martin Hewitson <email@hidden>
- Date: Thu, 29 Dec 2011 18:34:27 +0100
Dear list,
I'm trying to convert a project to ARC using the Refactor -> Convert to Objective-C ARC... command.
My project uses RegexKitLite which is upsetting the conversion process. It shows 68 reasons why the conversion is not possible. So I tried adding -fno-objc-arc to the compiler flags for RegexKitLite.m under the Compile Sources build phase. It seems the converter is ignoring this, or I've done something wrong.
Has anyone else had success with this? Is there something else I can do to tell the converter to compile RegexKitLite.m without ARC?
Best wishes,
Martin
_______________________________________________
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