I have a project in working/running condition for WebService calling and in which
Objective-C Automatic Reference Counting is set "Yes".
I want to use this code to my another existing code which also has: Objective-C Automatic Reference Counting is set "Yes" but after adding all the necessary files and frameworks, it is throwing error for 'ARC forbids explicit message'.
please help as I am stucked !!