Anybody used the new version 4.2.3 successfully?
I build the binding with the 4.2.3 version but when I try to run the app on a device I get this link error:
Undefined symbols for architecture armv7: "_SecItemAdd", referenced from: -[FlurryKeychainWrapper setData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_SecItemCopyMatching", referenced from: -[FlurryKeychainWrapper dataForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_SecItemDelete", referenced from: -[FlurryKeychainWrapper removeObjectForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_SecItemUpdate", referenced from: -[FlurryKeychainWrapper updateValueData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecAttrAccessible", referenced from: -[FlurryKeychainWrapper setData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecAttrAccessibleWhenUnlocked", referenced from: -[FlurryKeychainWrapper setData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecAttrAccount", referenced from: -[FlurryKeychainWrapper setupSearchForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecAttrGeneric", referenced from: -[FlurryKeychainWrapper setupSearchForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecAttrService", referenced from: -[FlurryKeychainWrapper setupSearchForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecClass", referenced from: -[FlurryKeychainWrapper setupSearchForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecClassGenericPassword", referenced from: -[FlurryKeychainWrapper setupSearchForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecMatchLimit", referenced from: -[FlurryKeychainWrapper dataForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecMatchLimitOne", referenced from: -[FlurryKeychainWrapper dataForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecReturnData", referenced from: -[FlurryKeychainWrapper dataForKey:] in libFlurry.a(libFlurry.a-armv7-master.o) "_kSecValueData", referenced from: -[FlurryKeychainWrapper setData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) -[FlurryKeychainWrapper updateValueData:forKey:] in libFlurry.a(libFlurry.a-armv7-master.o) ld: symbol(s) not found for architecture armv7 collect2: ld returned 1 exit status
error MT5202: Native linking failed. Please review the build log.