Original issue filed with PivotalCoreKit here: https://github.com/pivotal/PivotalCoreKit/issues/191
Updated our podfile dependencies ('pod update')
Install all pod dependencies correctly
We received an error ‘ENAMETOOLONG’ for installing our PivotalCoreKit pod as shown in attached images



Could you please share the error reporting, including the used Podfile as text — that way folks won't have to retype it when trying to reproduce
Maybe @mrackwitz wants to check this one out — I'm thinking beyond a certain length the auto generated name becomes non-human readable anyway and we could switch to a different format (hash of the full name?).
I _think_ turning off de-duplicating targets removes the fancy names
Dang! @orta is right. That's a problem with the names generated by the target deduplication to differentiate the targets. Maybe we should just use numbers all together?
As an alternative workaround you could also share the same subspecs across both targets.
I am having the same issue, and can not share all the subspaces across targets, as different subspecs in the pod target different platform sets, and each target in my podfile is platform specific.
@neonichu attached are the Podfile and the error as text, thanks for looking into this!
@neonichu Is there any update on this?
the input seems to be provided.
We know the problem, but no-one has worked on this yet I'm afraid. This is the crux of the problem:
That's a problem with the names generated by the target deduplication to differentiate the targets.
re:
Maybe we should just use numbers all together?
Could we do it if it's over _x_ chars? E.g. 60?
@orta could do that, or take an MD5 sum if it's over x chars as well
@orta @segiddins any eta on this fix? it looks like you have an idea of what approach to take...
No ETA yet, but I've a work in progress fix, I'll put up soon.
@mrackwitz thanks!
bump @mrackwitz
Hey guys, is there an update on this?
I have a common problem, when use a private repos?
There's an open PR addressing this now
Most helpful comment
There's an open PR addressing this now