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

Unable to Integrate Built SDK into Linphone iOS Project – Missing .podspec File & Alternative Methods Needed #481

Open
alekyaios opened this issue Feb 21, 2025 · 0 comments

Comments

@alekyaios
Copy link

Hi Team,

I followed the below steps to build the Linphone SDK for iOS:

  1. git clone https://gitlab.linphone.org/BC/public/linphone-sdk.git --recursive
  2. cd linphone-sdk
  3. mkdir build && cd build
  4. cmake .. -G Xcode -DLINPHONESDK_PLATFORM=IOS
    5 ccmake .. (Enabled G729 codec)
  5. cmake --build . --config RelWithDebInfo

The build was successful, but I couldn't find a .podspec file to integrate the SDK into my Linphone iOS project.

Issue:
I'm unsure how to integrate the built SDK into my Linphone iOS project without the .podspec file.

Request:

  1. Could you please guide me on how to add the built SDK into my Linphone iOS project alongside other pods?
  2. Are there any alternative methods to integrate the SDK other than using CocoaPods?

Thank you in advance for your support!

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

1 participant