开发者

Help using SFHFKeychainUtils

I'm trying to use SHFHKeychainUtils in my project, but I keep getting the following error when I build:

".objc_class_name_SFHFKeychainUtils", referenced from: literal-pointer@__OBJC@__cls_refs@SFHFKeychainUtils in ResultsViewController.o ld: symbol(s) not found collect2: ld returned 1 exit status

I added Security.framework via Target > Get Info > General

Any help would be greatly appreciated, tha开发者_JAVA百科nks.


It's because you haven't added the files SFHFKeychainUtils (.h and .m) to your project, or that they aren't included for your target (check this by making sure the check-box at the right of the line for this file is checked).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜