今天在给客户定制SDK的过程中,出现了下面的一个问题,具有代表性,现在记录下来

问题:

Showing All Errors Only

: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lPods-NewsPushClientSDK is not an object file (not allowed in a library)

解决:在build phases 里面,link binary with libraries 里面找到NewsPushClientSDK,直接删掉即可。

-lPods-NewsPushClientSDK is not an object file (not allowed in a library) 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-05-31
  • 2021-11-18
  • 2021-10-25
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-09-03
相关资源
相似解决方案