Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

linphone-iphone xcode project have rootca.pem error

I have downloaded linphone-iphone xcode project from
"git clone git://git.linphone.org/linphone-iphone.git"

and properly follow all the instruction in README.md,after i open the project file in xcode i have some error given below.

error: /Users/ballaji/linphone-iphone/liblinphone-sdk/apple-darwin/share/linphone/rootca.pem: No such file or directory

like image 618
K.Ballaji Axe Avatar asked Feb 11 '16 13:02

K.Ballaji Axe


1 Answers

This error caused by missing file "rootca.pem" under the folder "Resources".

  1. Cmake generate from linphone zip using file "rootca.cmake"

  2. copy from "linphone-sdk" download from it's website

  3. copy rootca.pem from latest linphone zip http://www.linphone.org/releases/ios/liblinphone-iphone-sdk-latest.zip

like image 77
Muiz Avatar answered Oct 14 '22 01:10

Muiz