I \"pod update\", and my RestKit version now is 0.25.0, my RKValueTransformers is 1.1.2, and an error appeared \"RKObjectMapping.h\" not found.
What did RestKit chan
There is easy way to work around this problem when you don't want to touch cocoapods. because fixing them itself a hassle. I have fixed my problem as follows:
Click on your project file
Then go to build settings search for "header search path"
With the drop down just make them recursive.
You Should be looking for following:
${PODS_ROOT}/Headers/Public/AFNetworking
${PODS_ROOT}/Headers/Public/Bolts
${PODS_ROOT}/Headers/Public/ISO8601DateFormatterValueTransformer
${PODS_ROOT}/Headers/Public/RKValueTransformers
${PODS_ROOT}/Headers/Public/RestKit
${PODS_ROOT}/Headers/Public/SOCKit
${PODS_ROOT}/Headers/Public