For one of my applications apple has raised warning as Automatic Reference Counting is not enabled. In the previous version of visual studio there was one checkbox for enabling ARC but now we don't have any checkbox. I tried to set flag as -gcc_flags "-fobjc-arc", but i don't think it is the proper solution. Please help me to resolve this issue.
↧