yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Link Binary with Libraries section is missed #1401

Open ulbiboozt opened 10 months ago

ulbiboozt commented 10 months ago

I tried to generate a project using Xcode, but I came across that I was missing the "Link Binary with Libraries" tab. And I can't make an automatic dependency for my local SPM. My project.yml:

Screenshot 2023-09-08 at 13 26 30
yonaskolb commented 10 months ago

try defining the local package like this, not localPackages.

packages:
  ExampleSPM:
    path: ./
ulbiboozt commented 10 months ago

@yonaskolb I tried like the next screen, but I have the same problem. I'm still missing the "Link binary to libraries" section

Screenshot 2023-09-10 at 17 14 19 Screenshot 2023-09-10 at 17 16 34
ulbiboozt commented 9 months ago

@yonaskolb are there any other suggestions how this could be done?