I am trying to refactor my project (Edit/Refactor/Convert to Objective-C ARC). In the precheck stage I got a lot of problems with Google gtm OAuth. I want to disable ARC for those projects, so I went to targets/Build phases/Compile Sources and set the compiler flags of Google GTM Oauth files to -fno-objc-arc.
But when I run the refactor precheck it detects the same problems in google gtm. In build phases it even cleared the flags (I can't see the -fno-objc-arc flag setted for the files anymore).
Any help?
Thanks