I created an project with arc. I used some sample codes to compile, it reported a lot of ARC restrictions error
Is it possible to forbid arc later?
Welcome any comment
|
I created an project with arc. I used some sample codes to compile, it reported a lot of ARC restrictions error Is it possible to forbid arc later? Welcome any comment |
|||
|
|
|
Xcode-Disable ARC at project level:
Disable ARC for a single file: It is possible to disable ARC for individual files by adding the You add compiler flags in |
|||
|
|