Hello, I just started with vuforia and i'm having link problems with the library. I'm using Mountain Lion, XCode 4.6.1 and iOS 6.1 target with architecture armv7 My application will be using the Native SDK Anyone had this problem before and would mind telling me about a fix? Thanks in advance Undefined symbols for architecture armv7: "_kSecReturnRef", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecReturnPersistentRef", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecClassKey", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrKeyTypeRSA", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrKeyType", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecValueData", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrKeyClass", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrKeyClassPublic", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SecItemDelete", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SecItemAdd", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SecKeyGetBlockSize", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SecKeyDecrypt", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrApplicationTag", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SCNetworkReachabilityCreateWithAddress", referenced from: l3462 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecClass", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_kSecAttrCanDecrypt", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_SecItemCopyMatching", referenced from: l3591 in libQCAR.a(libQCAR.a-armv7-master.o) "_OBJC_CLASS_$_CMMotionManager", referenced from: objc-class-ref in libQCAR.a(libQCAR.a-armv7-master.o) "_SCNetworkReachabilityGetFlags", referenced from: l3462 in libQCAR.a(libQCAR.a-armv7-master.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
- Sort Posts
- 5 replies
- Last post
Undefined symbols for architecture armv7
March 22, 2013 - 4:50pm #1
Undefined symbols for architecture armv7
January 23, 2014 - 2:36pm #5
Hi, how can i set up this two framework? I'm new to iOS and Unity.
I've developed with success an Android Application, but i'm having the same errors reported in this topic.
Is there a Guide/Link that let me know the steps to make it work?
Thanks in advance and sorry =)
Davide
Why don't you try building the samples first, because they should be running out of the box.
See the getting started guides here
https://developer.vuforia.com/resources/dev-guide/getting-started
N