Closed dheerajbred closed 2 years ago
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.
Docs have been updated, closing.
I am newbie to ios/xcode developement. This is what I get when I load the project. I have followed the signing instructions
Anyone pls do help me out