I am using Xcode 4.6.2 and also I am new to iOS development. I try to install the AFNetworking library, but I get the following error when I try to use it: "The current deployment target does not support automated _weak references" (when I try to display the image from the URL) in the AFHTTPClient and AFURLConnectionOperation .
I do not have weak properties in my small first project, but only in strong ones.
Any advice would be great!
thanks
source share