XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Multiple subprojects not working

Open pavm035 opened this issue 2 years ago • 2 comments

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

pavm035 avatar Sep 13 '21 13:09 pavm035

Also we would like to generate workspace like generate App and all it's subprojects based on each project.yml

pavm035 avatar Sep 13 '21 13:09 pavm035

@pavm035 could you please try, if this PR fixes your behaviour https://github.com/MacPaw/XcodeGen/pull/4

PaulTaykalo avatar Oct 11 '21 12:10 PaulTaykalo