RKObjectMapping.h Not Found

前端 未结 4 986
故里飘歌
故里飘歌 2020-12-23 16:38

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

4条回答
  •  滥情空心
    2020-12-23 16:52

    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
    

提交回复
热议问题