I am a newbie to AFNetworking and running a simple application to understand how AFNetworking is working. I am following this tutorial on MobileTuts: http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_afnetworking/. I am able to get the app running with the information but I have these two warnings.
The two warnings are:
- #warning "SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available."
2.#warning "CoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available."
I have already included the SystemConfiguration and CoreServices framework but these warnings still exist...