我创建了一个 NSObject 类 KeychainItemWrapper.h / KeychainItemWrapper.m
KeychainItemWrapper.h
KeychainItemWrapper.m
Security.framework已经添加
App > Build Phases > Compile Sources : KeychainItemWrapper.m 已经存在
登录视图控制器.m
KeychainItemWrapper *keychain = [[KeychainItemWrapper alloc] initWithIdentifier:@"BUNDLE_IDENTIFIER" accessGroup:nil];
我在上面收到 2 个错误。请问你能帮忙吗
架构 x86_64 的未定义符号:
“_OBJC_CLASS_$_KeychainItemWrapper”,引用自:LoginViewController.o ld 中的 objc-class-ref:未找到架构 x86_64 的符号:错误:链接器命令失败,退出代码为 1(使用 -v查看调用)