美文网首页
iOS打包iPa报错ld: library not found

iOS打包iPa报错ld: library not found

作者: 数字d | 来源:发表于2019-12-24 17:18 被阅读0次

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管理设置的忽略文件导致的,不深究。

相关文章

网友评论

      本文标题:iOS打包iPa报错ld: library not found

      本文链接:https://www.haomeiwen.com/subject/dkfznctx.html