yonaskolb / XcodeGen

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

Specify multiple package products broken #1473

Open lionel-alves opened 2 months ago

lionel-alves commented 2 months ago

Hi,

Adding multiple product from a swift package doesn't work for me.

relevant part of my project.yaml:

    dependencies:
      - package: Core
        products:
          - Core
          - CoreUI

Core is added correctly but not CoreUI. After the project generation I can add CoreUI manually. I tried the example in the Tests, that worked for me. Any idea?

yonaskolb commented 2 months ago

Can you confirm you're using version 2.38.0 or above