Summary
I'd like to integrate Apollo as Carthage dependency in my project but when running update command I'm getting the parse error.
Parse error: expected submodule commit SHA in output of task (ls-tree -z 1.18.0 docs/renderer) but encountered:
Version
1.18.0
Steps to reproduce the behavior
Fresh git repo
Cartfile
github "apollographql/apollo-ios"
Command line:
carthage update --use-xcframeworks --verbose
*** Fetching apollo-ios
*** Checking out apollo-ios at "1.18.0"
Parse error: expected submodule commit SHA in output of task (ls-tree -z 1.18.0 docs/renderer) but encountered:
Cartfile.resolved
github "apollographql/apollo-ios" "1.18.0"
Logs
Anything else?
No response
Summary
I'd like to integrate Apollo as Carthage dependency in my project but when running update command I'm getting the parse error.
Version
1.18.0
Steps to reproduce the behavior
Fresh git repo
Cartfile
Command line:
Cartfile.resolved
Logs
Anything else?
No response