ios – 构建armv7的未定义符号,同时集成了细微龙手机的语言包

我整合我的应用程序与无辜龙手机的语言包运行我在下面错误
Undefined symbols for architecture armv7:
  "_kcfStreamPropertySSLPeerCertificates",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
      l642 in SpeechKit(libSpeechKit.a-armv7-master.o)
      l643 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamSSLValidatesCertificateChain",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamSSLAllowsAnyRoot",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_OBJC_CLASS_$_AVAudioPlayer",referenced from:
      objc-class-ref in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamSSLPeerName",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamSSLAllowsExpiredRoots",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamSSLAllowsExpiredCertificates",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_SecCertificateCopySubjectSummary",referenced from:
      l642 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_SecCertificateCopyData",referenced from:
      l643 in SpeechKit(libSpeechKit.a-armv7-master.o)
  "_kcfStreamPropertySSLSettings",referenced from:
      l469 in SpeechKit(libSpeechKit.a-armv7-master.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command Failed with exit code 1 (use -v to see invocation)

请建议我整理这个错误

解决方法

看来你没有将CFNetwork.Framework,SystemConfiguration.Framework和Security.Framework添加到你的项目中.将它们添加到Xcode中的“库链接”部分,一切都应该是正常的.

相关文章

背景 前端时间产品经理决定使用百度统计,使得 工程B 中原统计sdk-友盟统计,需要被去除。之前尝试去除...
结论: alloc负责分配内存和创建对象对应的isa指针; init只是返回alloc生成的对象。 所以alloc后,多次...
更新 如果UI愿意把启动图切割成n份,按一定约束在launchscreen.storyboard中进行排版,启动图效果会更好...
最近在看一本书《Effective OC 2.0》,今天看到有个tip是OC适中循环各自优劣性,作者最终推荐此块循环。...
// // ViewController.m // paintCodeTestOC //gif // Created by LongMa on 2019/7/25. // #import &a...
背景介绍 一般情况下,出于省电、权限、合理性等因素考虑,给人的感觉是很多奇怪的需求安卓可以实现,但...