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

Local packages with custom group not showing in generated project #1416

Open
JaapManenschijn opened this issue Nov 9, 2023 · 4 comments
Open

Comments

@JaapManenschijn
Copy link
Contributor

#1175 added the ability to specify a custom group but to me it's not behaving like I would expect it to.

I would expect it to create the group structure i specify, for example:

packages:
  AlamofireNetworkClient:
    path: Packages/AlamofireNetworkClient
  AppEnvironment:
    path: Packages/Group2/AppEnvironment
    group: Packages/Group2
  ...

This should result in the following structure in Xcode

Project
- Packages
    - AlamofireNetworkClient
    - Group2
        - AppEnvironment

Instead, the Group2 and it's content is simply not showing up in the generated project at all.
It will only work if the whole group chain already exists through other means.

The same issue was previously described in #1118.
#1392 also seems to ask about the possibility of doing this.

@MartinP7r
Copy link

Maybe @John-Connolly can help you figure this out. 🙏🏼

@vvisionnn
Copy link

same issue here, with latest version installed

@lavenj
Copy link

lavenj commented Jan 25, 2024

+1 on this issue

@vvisionnn
Copy link

+1 on this issue

This should no longer be a problem. Please upgrade to a version greater than 2.39.0.

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

4 participants