Xcode 导出 ipa 上传到 蒲公英

613 阅读1分钟
  • 生成 Certificates (不是重点, 省略不写)

  • 生成 Identifiers (不是重点, 省略不写)

  • 生成profiles

    1. 选择 Ad Hoc

image.png

  1. 选择已经建好的AppID

image.png

  1. 选择已经建好的certificates

image.png

  1. 关联测试设备

image.png

  1. 输入 Profile Name 后 点击 ‘Generate’生成后, 并点击 ‘Download’ 下载到本地

image.png

  • 打开Xcode, 点击Product -> Archives 进行构建
  • 生成后将自动跳转到 Window -> organizer, 点击 ‘Distribute App’

image.png

  • 选择分发方式: Ad Hoc

image.png

  • Ad Hoc Distribution Option: 继续next

image.png

  • select profiles: 选择刚刚已经下载到本地的profiles文件, 然后 next

image.png

  • 生成 ipa 后, 点击‘Export’

image.png

  • 选择到本地的路径

image.png

-下载后在该目录里即可找到该ipa, 拉到蒲公英的上传页,即可完成ios在蒲公英的上传