0

I am trying to complie linphone.xcodeProj downloaded from github.But it throws the error ortp/ortp.h not found .How can i solve this error.Please help me

sai
  • 479
  • 10
  • 30

1 Answers1

0

Go to Build Setting and in header search path add the following line

"$(SRCROOT)/liblinphone-sdk/apple-darwin/include"
Tushar
  • 88
  • 7