yonaskolb / yonaskolb/XcodeGen
Multiple subprojects not working
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
We have very big projects with multiple subprojects, so when we generate App project which depends on subprojects does not generate app project correctly and result in compiler error, below is the project structure
AppProject
- Subproject 1
- Subproject 2
- Subproject 3
where some of subproject depends on other subproject
Subproject1
- Subproject3
With above structure not sure how to write project.spec to satisfy above case, any advices please?
I have tried with implicit framework dependencies on main app, but subproject does not link any of it dependencies hence compilation error
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the AppProject, Subproject 1, Subproject 2, and Subproject 3 structure from the issue using a project.spec. Check how implicit framework dependencies are handled when generating the App project and its subprojects; done means the generated project links the subproject dependencies and compiles without errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100