yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify multiple package products broken

lionel-alves opened this issue · comments

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?

Can you confirm you're using version 2.38.0 or above