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 Not Displayed in Project Package Dependencies List #1436

Open
Faridka0 opened this issue Jan 17, 2024 · 2 comments
Open

Local Packages Not Displayed in Project Package Dependencies List #1436

Faridka0 opened this issue Jan 17, 2024 · 2 comments

Comments

@Faridka0
Copy link

Faridka0 commented Jan 17, 2024

Hi,
We have local and remote packages that we add as dependencies to our targets:

packages:
  SomeRemote:
    url: https://github.com/yonaskolb/XcodeGen
    version: 2.38.0
  SomeLocal:
    path: Packages/SomeLocal
    
 ...
    
 targets:
  MyApp:
    dependencies:
      - package: SomeRemote
      - package: SomeLocal

When you open Project -> Package Dependencies, only external dependencies appear in the list. How can we make local packages show up there as well, or is it possibly a bug in XcodeGen?
In the Xcode interface, there is an option to include local packages in this list.

Снимок экрана 2024-01-17 в 14 58 52

Xcode 15.2
XcodeGen 2.37.0

@yonaskolb
Copy link
Owner

I'm not sure what you mean by Xcode supporting this. Do you have a screenshot of you configuring this within Xcode?

@yonaskolb
Copy link
Owner

Perhaps this is related to #1396

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