Xcode project with local packages analysis #753
Unanswered
olegoblomov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and thanks in advance!
I have a Xcode project with several local packages. Following scheme might be clear:
All packages are included in main target and also have mix use with each other - some packages are used by several other packages from top down.
In order to clean legacy stuff i tried to implement
periphery
this way - i manage an isolated usual target with script phases:App target:
Any package:
There is no issues with App target and internal stuff in packages - periphery works just fine.
So my pain is all about:
Thx 🙏🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions