更新cocoa pods ,运行报ld: library not

2016-12-07  本文已影响175人  seasa

在更新cocoa pods的时候,运行程序可能报ld: library not found for -lAFNetworking错误,或者是出现下图的错误:

这是候可以在配置文件 Build Setting 中的Other Linker Flags选项中加入$(OTHER_LDFLAGS) ;

如图:

同时,在buildSeting->Search paths中 ->library Search Paths中添加 $(inherited),即可。

谢谢!

上一篇 下一篇

猜你喜欢

热点阅读