Vungle 视频广告接入踩坑记

今天在接入vungle广告sdk的时候遇到了一个:
58bd073ae2d77656310005fc*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[VungleDeviceInformationProvider appendPublisherInformation:VDUIDProvider:IDFVPermissionProvider:toDeviceInfo:]: unrecognized selector sent to class 0x14dc6b8'
*** First throw call stack:
(0x1cd74df7 0x1bfd7077 0x1cd7a467 0x1cd78579 0x1cc9d3d8 0x6c9b55 0x6d6385 0x1d6a05f1 0x1d5f300f 0x1d5e416b 0x1d6a2873 0x24aee63 0x24a6205 0x24b0d9f 0x24b0ba7 0x1c5cf937 0x1c5cf490)
libc++abi.dylib: terminating with uncaught exception of type NSException

这样的一个错误,这里需要添加 -ObjC 链接器标志,这可以通过导航到构建设置并将 -ObjC 添加到其他链接器标志(位于链接部分)



参考链接1

参考链接2

你可能感兴趣的:(SDK接入)