Skip to content
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

Spec specified with podspec directive can't use subspecs. #928

Closed
alloy opened this issue Apr 2, 2013 · 2 comments
Closed

Spec specified with podspec directive can't use subspecs. #928

alloy opened this issue Apr 2, 2013 · 2 comments
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!

Comments

@alloy
Copy link
Member

alloy commented Apr 2, 2013

A spec that has subspecs can currently not be used with the Podfile podspec directive. Specifically, the resolver can’t find subspecs in the same spec.

See this mailing-list thread for more info.

@alloy
Copy link
Member Author

alloy commented Apr 2, 2013

The current workaround is to use the :local option for the pod directive.

@irace
Copy link

irace commented Apr 3, 2013

I think the podspec directive can be used with subspecs as long as one subspec does not depend on another.

jzapater pushed a commit to jzapater/CocoaPods that referenced this issue Sep 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

No branches or pull requests

2 participants