[iOS] How to disable/enable arc for single or mutil file
In XCode selected the Build Phases,then find you want disable or enable file .
Add below code to target file behind
-fobjc-arc or -fno-objc-arc
In XCode selected the Build Phases,then find you want disable or enable file .
Add below code to target file behind
-fobjc-arc or -fno-objc-arc