Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 将inmobi SDK添加到iOS项目时出现问题_Objective C_Xcode_Admob - Fatal编程技术网

Objective c 将inmobi SDK添加到iOS项目时出现问题

Objective c 将inmobi SDK添加到iOS项目时出现问题,objective-c,xcode,admob,Objective C,Xcode,Admob,我使用adMob中介作为我的横幅提供者,它工作得很好。现在,我想将inmobi添加到中介中,并按照说明进行操作,但在尝试构建iPhone时,我会遇到这些错误吗 Undefined symbols for architecture armv7: "_SecPolicyCreateBasicX509", referenced from: _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)

我使用adMob中介作为我的横幅提供者,它工作得很好。现在,我想将inmobi添加到中介中,并按照说明进行操作,但在尝试构建iPhone时,我会遇到这些错误吗

Undefined symbols for architecture armv7:
  "_SecPolicyCreateBasicX509", referenced from:
      _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecTrustCreateWithCertificates", referenced from:
      _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecTrustCopyPublicKey", referenced from:
      _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecKeyGetBlockSize", referenced from:
      -[IMCommonUtil EncodeRSA:publicKey:] in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecCertificateCreateWithData", referenced from:
      _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecKeyEncrypt", referenced from:
      -[IMCommonUtil EncodeRSA:publicKey:] in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
  "_SecTrustEvaluate", referenced from:
      _getIMPublicKeyWithCert in libInMobiCommons-3.6.5.a(IMCommonUtilPrivate.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已经将libAdapterInMobi.a添加到“链接的框架和库”中,并将SDK添加到名为inMobi的文件夹中。我不知道我做错了什么,所以如果有人能告诉我或指导我,我将是世上最幸福的人!;-)


提前感谢。

您已经添加了在中概述的所有正确框架

看起来您可能没有专门链接
安全性
框架