I am not able to build the app on xcode
dheerajbred opened this issue · 2 comments
dheerajbred commented
ISnackable commented
Hello @dheerajbred, the issue you're facing is due the missing package NineAnimatorCommon
. You probably did not pull the NineAnimatorCommon submodule when cloning. To pull the submodule into your NineAnimator clone on your local machine, type this command into your terminal in the NineAnimator directory.
git submodule update --init --recursive
If you're still facing this issue after pulling the submodule, I suggest that you reclone the NineAnimator with the following command below.
git clone --recurse-submodules https://github.com/SuperMarcus/NineAnimator
@SuperMarcus We have to update the installation.md docx regarding this.
ISnackable commented
Docs have been updated, closing.