Hello,
I am working with a legacy codebase which cannot be converted to use automatic reference counting. Recently, we were asked to add the official dropbox sdk to the project, which I installed via cocoapods. However, this sdk was built with ARC and I'm getting a ton of reports in the leak profiler when the sdk is used. I know you can enable ARC for certain files by adding the -fobjc-arc flag in the build phases's Compile Sources section, but the source files associated with the dropbox sdk do not show up there. Does anyone where I need to go to add ARC to files that are handled by cocoapods?