leveldb 语义错误,不断从 podfiles 接收错误

leveldb semantic error, continuously receiving errors from podfiles

我试图在模拟器中 运行 我的应用程序,突然我从 leveldb-library podfile 收到一个我认为我从未接触过的错误。

错误来自文件中的一行代码并显示 No member named 'NoBarrier_Store' in 'std::__1::atomic<unsigned long>' 我不知道在这里做什么,因为我认为从来没有碰过这个 podfile 的任何内容。 我所做的唯一可能与此错误有关的事情是安装已弃用的库。它称为 ImagePicker,也许该安装对其他 podFiles 有一些干扰。但除此之外,我认为没有做过任何有影响力的事情。

取决于我什么时候 运行 我收到来自其他 podfile 的一些其他错误,例如 Lottie-iosnanopb我无法理解。

我不知道现在该怎么办,我已经尝试从终端 pod 安装所有 pods 但没有任何改变... 感谢任何可以提供帮助的人。

为您的项目位置打开终端并使用以下命令:-

step 1:- open podfile
step 2:- copy your all pods and remove all pods and save the file 
step 3:- pod install
step 4:- open podfile
step 5:- paste your all pods again and save the file
step 6:- pod install
step 7:- exit

它将解决您的问题:) .