yonaskolb/XcodeGen

`executable` in Run Action not setting properly

开放

#1,258 创建于 2022年9月1日

 (5 条评论) (3 个反应) (0 位负责人)Swift (895 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (8,714 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I have configuration with other app added to project byprojectReferences

projectReferences:
  xyz:
    path: ../Modules/xyz/xyz.xcodeproj

and I set

schemes:
  xyz:
    build:
      targets:
        xyz/xyz: all
    run:
      executable: "xyz/xyz"

According to the documentation: image

 executable: "xyz"

or

 executable: "xyz.app"

Not working too

And in project I have settings like this after xcodegen generate image image

Executable is missing 👎 How can I add this properly?

贡献者指南