I want to bring a single Objective-C class written using ARC into an old project. The internet provides many references for how to enable ARC for your project and then disab
Select Target > Build Phases > Compile Source > Select Your class > Double Click> Type
Target > Build Phases > Compile Source > Select Your class > Double Click
-fobjc-arc in dialog box
-fobjc-arc
Enter.