美文网首页
解决XCode无法生成Archive的问题

解决XCode无法生成Archive的问题

作者: Coder_JMicheal | 来源:发表于2018-09-12 11:31 被阅读31次

Check Build Settings:

  1. Skip install is NO for the main project target
  2. Skip install is YES for framework (sub-projects) targets
  3. In Build Phases for sub-projects, Copy Headers needs to be in Project, not Public (does not apply if building static library)
  4. Installation Directory under Deployment is valid (/Applications for example)

相关文章

网友评论

      本文标题:解决XCode无法生成Archive的问题

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