RestKit RKObjectMapping.h Not Found - Sentto/Sentto-University GitHub Wiki
###Q: After "pod update" or "pod install", and the RestKit may has error appeared "RKObjectMapping.h" not found.
####Ans:
This is caused by The Header Search Path is not in recursive mode anymore. To downgrade the version of cocoa pods will help, but when you don't want to touch cocoa pods, you can fix the problem as follows.
- Click on your project file in Xcode, then go to build settings search for "header search path"
- With the drop down, just make the following values to recursive.
- You should be looking for the following files:
${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
https://github.com/Sentto/Sentto-University/blob/master/Wiki/img/header_search_paths.jpg