Search code examples
iosiphonecompiler-errorsskmaps

SKMaps Skobbler Implementation error XMLParser.m:14:9: 'SDKTools/SKTMaps/SKTMapsObject.h' file not found


I'm trying to insert SKMap SKRobbler SDK in my application, I had follow the tutorials here and here

With cocoapod I receive this error:

XMLParser.m:14:9: 'SDKTools/SKTMaps/SKTMapsObject.h' file not found

How can I do?


Solution

  • i have to simply remove a part of filePath , with my cocoapod the import is:

    #import <SKTMapsObject.h> 
    

    In this way i can build.