How to disable ARC for some files for ALL targets in a project?

39 Views Asked by At

I checked that ticket that works well (adding in compile source by tapping on Enter on keyboard and adding "-fno-objc-arc"), but my problem is that I have next to 80 targets in my projects.

I would like to know if there is a way to exclude the files for all the 80 targets ?

Thanks in advance.

0

There are 0 best solutions below