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 (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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com