バナー プロバイダーとして 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 というフォルダーに追加しました。私は自分が何を間違っているのか理解できないので、もし誰かが私に教えたり導いてくれたりできたら、私は生きている中で最も幸せな男になるでしょう! ;-)
前もって感謝します。