SuperMarcus / NineAnimator

An elegant way of discovering anime on iOS.
https://9ani.app
GNU General Public License v3.0
793 stars 97 forks source link

I am not able to build the app on xcode #299

Closed dheerajbred closed 2 years ago

dheerajbred commented 2 years ago

I am newbie to ios/xcode developement. This is what I get when I load the project. I have followed the signing instructions

image image

Anyone pls do help me out

ISnackable commented 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.

ISnackable commented 2 years ago

Docs have been updated, closing.