Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify multiple package products broken #1473

Open
lionel-alves opened this issue Apr 22, 2024 · 1 comment
Open

Specify multiple package products broken #1473

lionel-alves opened this issue Apr 22, 2024 · 1 comment

Comments

@lionel-alves
Copy link

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
Copy link
Owner

Can you confirm you're using version 2.38.0 or above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants