[!] Unable to find host target(s) for xxx. Please add the host targets for the embedded targets t...

如果 Pod 报这个错误,原因是你的 xxx target 可能是以下几种类型:

  • Framework
  • App Extension
  • Watch OS 1 Extension
  • Messages Extension (except when used with a Messages Application)

这些 target 不能单独run,必须要有一个 parent tartget,也就是要嵌入到 App 中。

仔细查看你的 project 设置,挨个检查 App 类型的 target,在 General - Embedded Binaries 中,是不是都没有把这个 xxx target 包含进来

你可能感兴趣的:([!] Unable to find host target(s) for xxx. Please add the host targets for the embedded targets t...)