项目中使用三方,将一个三方工程 .xcodeproj 拖入项目,然后打包项目Achive的时候,出现在了other items 中。

解决
将自己工程的skip install 改为 NO,依赖三方工程的 skip install 改为 YES即可
iOS Achive后出现 other items

依赖三方
iOS Achive后出现 other items

有些可能是其他原因引起的,解决方案可以参考一下文章:
参考文章一
参考文章二

相关文章:

  • 2022-12-23
  • 2021-03-31
  • 2021-11-04
  • 2021-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-11-04
猜你喜欢
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
相关资源
相似解决方案