0

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

Muhammad Raza
  • 952
  • 7
  • 24

1 Answers1

0

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
hardikdevios
  • 1,779
  • 14
  • 33
  • no such file or directory: '/Users/muhammadraza/Documents/vd-work-apps/ChatSecureTest/ChatSecure-iOS/Carthage/Checkouts/SignalProtocolC/libsignal-protocol-c/src/curve25519/ed25519/additions/ge_is_small_order.c' – Muhammad Raza Jun 18 '17 at 11:42