ld: library not found for -lxxx 问题的解决办法

使用cocopods管理第三方时,有时删除了某个第三方,重新 pod install 后报错,ld: library not found for -lxx  ,

选中项目名,TARGETS---> OtherLinkerFlags--->

 删除报错的库名。

猜你喜欢

转载自www.cnblogs.com/sunmair/p/9199495.html