-
Notifications
You must be signed in to change notification settings - Fork 414
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
using jazzy when podpsec includes dependencies from a private spec repo #650
Comments
I just ran into this exact issue. Is this something I can help with? I would only need a small nudge toward the right direction in the source code 😁 |
Hey @istx25 Yeah, updated to 0.7.2 and tried again. Same thing. Cannot find private specs. Which does make sense because there's no way to tell cocoa pods (through jazzy) where the specs are located. When you run |
Hi @aliak00! Thanks for double checking. I'll do some investigation and come back with what I find. |
Having the same (similar?) issue here. I've got a cocoapod that is in a private repo that has a dependency on yet another cocoapod in the same private repo. When I try and reference the podspec using the Something along the lines of the |
I also just found this thread and am having the same issue. @aliak00, were you able to workaround this problem? If so, can you share your solution? |
My workaround was to not use the My
cc @dougdoe |
Is the We commit our I'm still curious though if I get some cool documentation features if |
Specifying a podspec will automatically populate some of the other values (e.g. author) and it'll also generate docs for all supported platforms of the podspec, merging them together. But it won't create links to external docs, or document modules other than the one you're documenting. We're tracking linking to external docs in #13. |
Has any progress been made toward a solution for private CocoaPod repos? Noticed today that this problem still exists. |
I meet the same issue, I want to use jazzy inside my company, but all the pod is private, so I can't use podspec option. @jpsim will you make some fix to this issue? |
First thing is to check if you can avoid |
I found out that |
@sealz dude, your apporach works good, thanks for sharing your workaround |
No progress two years later? 😢 |
Correct, no one has built support for generating Objective-C docs for a podspec. @jgongo sounds like you might be interested in building this? |
Another vote for this one. |
Another vote here too :) |
One more vote! |
Another vote! :) |
I wrote this in one of the linked issues, to repeat it here: if someone wants to implement this then one way would be to allow the user to provide some lines in the jazzy config file for inclusion in the |
I'm having trouble figuring out how to tell jazzy where the pods are. Is there a config option I'm not seeing somewhere? I get this error when I run jazzy:
The text was updated successfully, but these errors were encountered: