I am trying to add linphone lib to my existing iOS app, but it fails to build
My process:
- Added all the required frame works in my existing project.
- Copied all lib from linphone-iphone/liblinphone-sdk/apple-darwin/lib/ to myproject/lib
- Copied linphone-iphone/Resources to myproject/Resources
- Then I added LinphoneManager.h & .m with there related files.
- Then I started build the app, I am getting file not found #include "ortp/ortp.h" in Linphonecore (but file is available).
What I understand from the error is, I need to modify the build setting to search the file. I have done that but I still get the same error.