Gowthaman P
Gowthaman P

Reputation: 1

Undefined symbols for architecture armv7:"_OBJC_CLASS_$_KTKRegion", referenced from: objc-class-ref in AppDelegate.o

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_KTKRegion", referenced from:
      objc-class-ref in AppDelegate.o
  "_OBJC_CLASS_$_KTKLocationManager", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Upvotes: 0

Views: 1224

Answers (1)

rob mayoff
rob mayoff

Reputation: 385500

Make sure your target links libkontakt-ios-sdk.a. You can find Kontact's instructions for setting up your project here.

Upvotes: 1

Related Questions