suchen

Heim  >  Fragen und Antworten  >  Hauptteil

ios - ld: library not found for -lLBBlurredImage


编译就会出现这个问题,关键是这个三方我已经用pods删除了,为什么还会显示这个错误,实在不知道怎么改。帮帮忙。

高洛峰高洛峰2889 Tage vor459

Antworte allen(2)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-04-18 09:19:51

    如果已经从pod中删除了,可以通过pod update命令在podfile文件所在的目录更新第三方。
    如果依然报错,通过commond+3 搜索关键字BBlurredImage,并删除对应的项。(很可能是手动修改了项目配置文件导致出现问题)

    Antwort
    0
  • 大家讲道理

    大家讲道理2017-04-18 09:19:51

    1. Clean 一下项目试试?

    2. window -> projects,选中自己的项目,点击 Derived Data ~/Library/xxxxx 的 Delete 按钮。

    3. git grep 一下 BlurredImage 看看是不是哪里还有引用?很可能是项目的编译设置里还有些选项里包含着这个 lib。

    Antwort
    0
  • StornierenAntwort