objective-c - 使用pod管理第3方库,可以import头文件,但是编译的时候却报错,找不到库?
过去多啦不再A梦
过去多啦不再A梦 2017-05-02 09:22:43
0
2
469

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

过去多啦不再A梦
过去多啦不再A梦

reply all(2)
淡淡烟草味

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

淡淡烟草味

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template