Reputation: 1
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
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