search

Home  >  Q&A  >  body text

objective-c - 使用pod管理第3方库,可以import头文件,但是编译的时候却报错,找不到库?

如题,在原来的Podfile文件中,新添加一个3方库。执行命令之后,可以import头文件,但是在编译的时候却出错,提示没有找到该库。请问下这个是什么原因呢?之前用的时候也没出现过这个问题

过去多啦不再A梦过去多啦不再A梦2754 days ago419

reply all(2)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-05-02 09:24:43

    Is there an error when opening xcworkspace?
    If yes, you can delete the pod folder. Try pod install again.

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-02 09:24:43

    I agree with you upstairs. Add $ pod install --no-repo-update which is faster and does not update the local index

    reply
    0
  • Cancelreply