【问题标题】:leveldb semantic error, continuously receiving errors from podfilesleveldb 语义错误,不断接收来自 podfiles 的错误
【发布时间】:2020-02-15 09:48:42
【问题描述】:

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

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

根据我运行的时间,我会收到来自其他 podfile 的其他一些我无法理解的错误,例如 Lottie-iosnanopb

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

【问题讨论】:

    标签: ios swift error-handling cocoapods leveldb


    【解决方案1】:

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

    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
    

    它会解决你的问题:) .

    【讨论】:

      猜你喜欢
      • 2022-07-21
      • 1970-01-01
      • 2023-03-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多