Genome: version 3.1.0 not work in Carthage
I’m trying Genome with Carthage, but when running carthage update
it won’t download Packages
folder content. Node, PathIndexable and Polymorphic is missing in project, which caused built failed.
I’m now running with specific version
github "LoganWright/Genome" == 3.0.3
It worked.
might be submodule issue?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (13 by maintainers)
@jhihguan thanks, merged as 3.1.3
https://github.com/LoganWright/Genome/releases/tag/3.1.3
@jhihguan @LoganWright both spm & carthage works fine with 3.1.2!