-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Feature] Use Development Pods
group for generate_multiple_pod_projects
mode
#8659
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
Comments
I think it makes sense for subprojects to just hold a |
I'd be in favor of something like the |
Cool, so I'm thinking the structure would look something like:
The |
Why do we need the
Or, move the development pod into workspace: ( Maybe we could remove the
|
|
PR: #8731 |
cocoapods can do that below?
|
Uh oh!
There was an error while loading. Please reload this page.
When
:generate_multiple_pod_projects=>true
, all pod will use a single project inDependencies
group, include the development pods. It is hard to find the development pod in 150+ pods!! On the other hand, it is hard to check whether is a local pod for a pod ( I must check the path of a source file).Have CP a plan that move back the local pod to
Development Pods
group? Of cause, I still hope keep the single pod project for per-pod in theDevelopment Pods
.The text was updated successfully, but these errors were encountered: