This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
How to pull down the "submodel" resources #344
Answered
by
CCXXXI
masterchen
asked this question in
Q&A
-
I got an error say, cpp files missing while build the resource , then i checked the directory of the ios/calsses , the folder is empty . from D:\OpenSource\github\Flutter\ecg_monitor\android\app
|
Beta Was this translation helpful? Give feedback.
Answered by
CCXXXI
May 29, 2023
Replies: 1 comment
-
See: https://git-scm.com/book/en/v2/Git-Tools-Submodules |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
masterchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://git-scm.com/book/en/v2/Git-Tools-Submodules
TL;DR: Add
--recurse-submodules
togit clone
or rungit submodule update --init --recursive
after clone.