We are using compiled linphone sdk.Integrate compiled sdk in our project but getting below error "No such module 'linphonesw'.
linphonesw folder created but how to add in our project.
we are using linphone-sdk 4.4.2 and linphone-iPhone project 4.2.2.
please help us to resolve this error.
PFA.
Thank you.
[]
Asked
Active
Viewed 812 times
0

shraddha k vaishanani
- 432
- 2
- 7
- 23
2 Answers
0
Make you pod file correctly and try
pod install
Otherwise if you want to use locally then try.
PODFILE_PATH=<path to linphone-sdk-ios> pod install
or if you make it via compiled sdk
$ git clone --recurse-submodules https://gitlab.linphone.org/BC/public/linphone-sdk.git

zeytin
- 5,545
- 4
- 14
- 38
-
i tried to add compiled sdk not used linphone pod.so any idea related to using compiled SDK then please share. – shraddha k vaishanani Oct 29 '20 at 05:08
0
i have same issue,any new solution?
I installed linphone sdk osx using Pods With the following command in the Pod file
pod 'linphone-sdk', '5.0.69', :source => ‘https://gitlab.linphone.org/BC/public/podspec-macos.git' After executing command pod install and installing successfully Gives this error for import linphonesw

sianami
- 979
- 1
- 3
- 11