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

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

No such module 'linphonesw'

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source