Consent SDK错误:无法使用PACConsentStatus类型的右值初始化PACConsentStatus类型的变量

时间:2019-03-14 08:49:38

标签: ios xcode cookieconsent google-ads-api

当尝试显示此1.3 version of the Consent SDK的形式时,Xcode抛出一个非常奇怪的错误:

Consent SDK error

更具体地说,这一行代码抛出该错误:

PACConsentStatus *status = PACConsentInformation.sharedInstance.consentStatus;

错误:无法初始化类型为'PACConsentStatus'的右值的变量'PACConsentStatus *'

现在,是什么触发了此错误?这是Consent SDK的错误吗?

使用了Xcode版本10.1(10B61)!

完全遵循《 Consent SDK开发人员指南》:Consent SDK Implementation Guide

请咨询!

0 个答案:

没有答案