Don't look for projects in the root project unless `--no-skip-current` has been specified
#1.178 aberto em 8 de mar. de 2016
Métricas do repositório
- Stars
- (15.179 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
I get the following error when trying to carthage update
Parse error: expected submodule commit SHA in output of task (ls-tree -z HEAD submodules/HPGrowingTextView) but encountered:
That submodule is something we used to have in our project but removed. I assume maybe my git state is weird and the submodule wasn't cleaned up properly (although it is not listed in .gitmodules so I don't even know where it is getting it from). But I dont know why carthage would be looking at it or even care, since it is not related to any of the frameworks it is trying to build. Why would carthage be checking the submodules for my parent repo when it is not even building that anyway?