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
Asked
Active
Viewed 1,154 times
1 Answers
0
Go to Build Setting and in header search path add the following line
"$(SRCROOT)/liblinphone-sdk/apple-darwin/include"

Tushar
- 88
- 7
-
Already this file present in header search ,any other solution to add that file – Jaywant Khedkar Sep 26 '15 at 12:11