ios - CocoaPods update RestKit #import "RKObjectMapping.h" file not found -
i want update of project pods , after run pod update "some_framework" , try build project appear error:
import "rkobjectmapping.h" file not found
current cocoapod version 0.39.0 have tried downgrade 0.38.2 , lower without success, xcode version 6.4 have tried change configuration of search path in build setting non-recursive recursive again without success.
so don't know next, because need updates in project , restkit main framework working 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 how error looks like, in xcode: error image
a little late party,i had same issue cooca pod 0.39.0 , restkit 0.24.1 updated restkit 0.26.0 , issue fixed
Comments
Post a Comment