flow-core-x icon indicating copy to clipboard operation
flow-core-x copied to clipboard

不支持iOS 打包吗

Open baileidmm opened this issue 3 years ago • 1 comments

templates 里面的 iOS yaml 跑不通。。。

baileidmm avatar Oct 15 '21 02:10 baileidmm

是的,iOS 模板目前签名这部分还没调试,目前还跑不通,建议使用用 fastlane。 在对应得 Agent 上安装 fastlane, 之后在 YAML 中定义, 类似于这样:

  - name: run fastlane
    bash: |
      cd $FLOWCI_GIT_REPO
      fastlane test

gy2006 avatar Oct 18 '21 09:10 gy2006