I have included the class KMLParser.m
of Apple's KML Viewer in my project.The problem that I have is that when I try to build the project i get two errors like these:
_CLLocationCoordinate2DMake
,referenced from:
_strToCoords in KMLParser.o
_CLLocationCoordinate2DisValid
, referenced from:
_strToCoords
in KMLParser.m
I don't have any idea why this error occurs, because i have left the files KMLParser.m
and KMLParser.h
intact, I haven't made any change to them.When I build KML Viewer, everything is fine. Please,illuminate me.