Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix error no such module for import linphone sdk macos #211

Closed
hushmand opened this issue Feb 13, 2022 · 5 comments
Closed

How to fix error no such module for import linphone sdk macos #211

hushmand opened this issue Feb 13, 2022 · 5 comments

Comments

@hushmand
Copy link

I installed osx linphone-sdk 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

No such module 'linphonesw'

nC3GV

@sianami
Copy link

sianami commented Feb 16, 2022

i have the same issue
any solution?

@sianami
Copy link

sianami commented Mar 7, 2022

Hi
i used this code https://gitlab.linphone.org/BC/public/linphone-sdk/-/commit/18cd2436eda9cb72023c4727691e4a2b764966d3
and now "import linphonesw" dont show No such module 'linphonesw' error
but in LinphoneWrapper.swift file "import linphone" show No such module 'linphone'
MicrosoftTeams-image (1)
MicrosoftTeams-image (2)

@Viish
Copy link
Member

Viish commented Mar 8, 2022

@jehandelalune

@jehandelalune
Copy link

Hi,

it seems podspec was not compiled with swift wrapper in.
it should be fixed at least with version 5.1.24-pre.8+45e8f11f

Best regards

@hushmand
Copy link
Author

hushmand commented Apr 23, 2022

Hi @jehandelalune
I used version 5.1.24-pre.8+45e8f11f and it installed well.
But none of the features of Linphone, such as register, call, etc., work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants