I just downloaded the AFNetworking zip file.
I first compiled the AFNetworking Xcode project.
Then I changed the Frameworks/AFNetworking.framework location in the Example project (to point to the appropriate Derived Data framework directory) and tried to compile the examples. However, I still get the compile error:
Module 'AFNetworking' not found.
I have tried adding the framework to the framework search path in the build settings, but that didn't work.
Any help would be appreciated.