Commit 1dc9e87729a47d3674e11b0f798119f43906bb61 introduced the AFCompatibilityMacros.h file, which is included in some places.
When the pod is retrieved from master, this file isn't included and results in the library not compiling.
Please ensure the podspec gets updated with the inclusion of the AFCompatibilityMacros.h file before the next version release.
Still happened. Could anyone give me the solutions for workaround?
@nhatlee Are you using the main AFNetworking spec or a subspec? What version of CocoaPods and Xcode are you using?
@SlaunchaMan: the problems is fixed by uninstalled and install afnetworking again.
I used pod deintegrate then pod install to fix this. It's a great plugin to have:
https://github.com/CocoaPods/cocoapods-deintegrate
thank you so much!
Most helpful comment
@SlaunchaMan: the problems is fixed by uninstalled and install afnetworking again.