iOS打包iPa报错ld: library not found

2019-12-24  本文已影响0人  数字d

iOS打包iPa报错,报错提示是

ld: library not found for -lPods-E源充
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ld: library not found for -lPods-E源充
clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案:cd到项目目录,直接pod install

pod install

提示信息大概意思是pod文件不见了,可是不知道问什么,真机调试是正常运行,打包时候就提示pod缺失,

可能是git管理设置的忽略文件导致的,不深究。

上一篇 下一篇

猜你喜欢

热点阅读