I want to update some of my project pods and after run pod update "some_framework" and try to build project appear this error:
import "RKObjectMapping.h" file not found
Current CocoaPod version is 0.39.0 I have tried to downgrade to 0.38.2 and lower but without any success, XCode version is 6.4 I have tried to change configuration of search path in Build Setting from non-recursive to recursive but again without success.
So I don't know what to do next, because I need to do some updates in project and RestKit is main framework for working with server side.
Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.1'
pod 'RestKit', '~> 0.24.1'
pod 'EZForm', '~> 1.1.0'
pod 'OCMock', '~> 3.0'
pod 'ImoDynamicTableView', '~> 1.1.273'
pod "ImoDynamicPopUp"
pod 'Masonry', '~> 0.6'
This is how error looks like, in Xcode: Error image