I'm adding a new project to a new Git repository.
I did git init, and when I do git add . it says :
fatal: Not a git repository: MyProject-iOS/Frameworks/AFNetworking.git/../../../.git/modules/MyProject-iOS/Frameworks/AFNetworking.git
Framework structure is very strange in the project, I inherited it from someone else.
What to do and how to fix this?