第三方微信登陆编译问题

项目中IOS端从微信官方下的IOSdemo编译的时候遇到了

</pre><pre name="code" class="cpp">Undefined symbols for architecture x86_64:
  "_SecItemAdd", referenced from:
      +[WXOMTAKeyChain save:data:] in libWeChatSDK.a(MTAKeyChain.o)
  "_SecItemCopyMatching", referenced from:
      +[WXOMTAKeyChain load:] in libWeChatSDK.a(MTAKeyChain.o)
  "_SecItemDelete", referenced from:
      +[WXOMTAKeyChain save:data:] in libWeChatSDK.a(MTAKeyChain.o)
      +[WXOMTAKeyChain delete:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecAttrAccessible", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecAttrAccessibleAfterFirstUnlock", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecAttrAccount", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecAttrService", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecClass", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecClassGenericPassword", referenced from:
      +[WXOMTAKeyChain getKeychainQuery:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecMatchLimit", referenced from:
      +[WXOMTAKeyChain load:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecMatchLimitOne", referenced from:
      +[WXOMTAKeyChain load:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecReturnData", referenced from:
      +[WXOMTAKeyChain load:] in libWeChatSDK.a(MTAKeyChain.o)
  "_kSecValueData", referenced from:
      +[WXOMTAKeyChain save:data:] in libWeChatSDK.a(MTAKeyChain.o)
这些问题,应为很长时间没有弄IOS开发了 只知道肯定是库问题,后来找到的原因是缺少Security.framwork 

解决办法:targets——>build phases——>link binary with libraries——>Security.framework

重编译就通过了


  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值