yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Packages Not Displayed in Project Package Dependencies List

Faridka0 opened this issue · comments

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

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

Perhaps this is related to #1396