Adding Project as Submodule prompt an error Module YapDatabse not found

103 Views Asked by At

I am using ChatSecure as a submodule of my project. I have added it to my project. But it is showing an error in pods of ChatSecure but when I am running only ChatSecure it is working fine and running on my iPhone. enter image description here

And sometimes it is showing the long list of errorsenter image description here

Anyone previously faced this problem? I am trying to resolve error in this project from last 3 days. Please help

Thanks

1

There are 1 best solutions below

1
On

Try This

 git submodule update --recursive --remote

Also, Please Make sure your Chatsecure Projects Pods are updated else go to Chatsecure project path and run

 pod update --verbose