sxywebgirl
Aspiring developer
Profile
Posts: 158
Reg: Apr 12, 2013
Altadena, CA
7,530
05/17/13 09:11 PM (12 years ago)

Error: Undefined symbols for architecture armv7:

Can anyone tell me why I'm getting this new error and how to fix it?? Undefined symbols for architecture armv7: "_kSecValueData", referenced from: +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o) "_kSecReturnData", referenced from: +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o) "_SecItemCopyMatching", referenced from: +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o) "_kSecClass", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_kSecMatchLimit", referenced from: +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o) "_kSecClassGenericPassword", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_kSecAttrService", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_kSecMatchLimitOne", referenced from: +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o) "_kSecAttrAccount", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_kSecAttrAccessibleAfterFirstUnlock", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_kSecAttrAccessible", referenced from: +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o) "_SecItemDelete", referenced from: +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o) +[PFInternalUtils deleteFromKeychain:] in Parse(PFInternalUtils.o) "_SecItemAdd", referenced from: +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Thanks, sxywebgirl
 
sxywebgirl
Aspiring developer
Profile
Posts: 158
Reg: Apr 12, 2013
Altadena, CA
7,530
like
05/17/13 09:22 PM (12 years ago)
Please disregard....got rid of them :-)
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
05/18/13 08:40 AM (12 years ago)
Please tell us your solution?
 
sxywebgirl
Aspiring developer
Profile
Posts: 158
Reg: Apr 12, 2013
Altadena, CA
7,530
like
05/18/13 07:13 PM (12 years ago)
Not sure why it made a difference but I'd added my jQuery .js files to the "copy bundle resources" before I did a build of my project and those errors showed up. I removed them, did a build and then added them back to the bundle resources and the errors went away.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.