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?

貢獻者指南