Demo project problem

I have Xcode errors when open demo project:
Undefined symbols for architecture i386:

“_CLLocationCoordinate2DMake”, referenced from:

  -[BEMapView addGeopointIfNeed:] in backendless.a(BEMapView.o)

OBJC_CLASS$_MKMapView”, referenced from:

  _OBJC_CLASS_$_BEMapView in backendless.a(BEMapView.o)

OBJC_CLASS$_MKPinAnnotationView”, referenced from:

  objc-class-ref in backendless.a(BEMapView.o)

OBJC_METACLASS$_MKMapView”, referenced from:

  _OBJC_METACLASS_$_BEMapView in backendless.a(BEMapView.o)

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)

How can I resolve these errors? (Xcode 5)

Hello,

Try adding the coreLocation framework to your project and the problem will go away.

Regards,
Mark