a 'non ARC' class in an ARC project
How do I (with AppCode) add a class specific compile flat (like -fno-objc-arc) ? I did it with exCode because i could not find it in the 3.0.4 AppCode UI.
Also : the module compile fine with the flag, but some legitimate <non arc> code is still highlighted as being in error.
Attachment(s):
Screen Shot 2014-08-20 at 7.48.31 AM.png
Please sign in to leave a comment.
Unfortunatelly AppCode currently doesn't have option for setting ARC off. You can track the related issue status.
Regarding wrong highlighting I've created a bug and subscribed you as watcher.