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

在将工程放到git上管理时 然后克隆下来 再打开工程可能会出现上面的问题
解决办法: 在 Build Phase 下的 Link Binary With Libraries 中删除  "libPods.a" 文件 就行了

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-04-12
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2021-11-08
  • 2021-06-09
  • 2021-05-17
相关资源
相似解决方案