linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] linphone-sdk CocoaPods Mac OS


From: Jace Kiburz
Subject: [Linphone-developers] linphone-sdk CocoaPods Mac OS
Date: Mon, 30 Sep 2019 17:41:17 -0500

I am trying to install the linphone-sdk pod for a Mac OS Xcode project but am getting the following error in Terminal:

CocoaPods could not find compatible versions for pod "linphone-sdk":
  In Podfile:
    linphone-sdk (= 4.2)

Here is my Podfile contents:

# Uncomment the next line to define a global platform for your project

##For macosx
platform :osx, '10.11'
source "https://gitlab.linphone.org/BC/public/podspec-macos.git"

#For iOS
#platform :ios, '9.0'
#source "https://gitlab.linphone.org/BC/public/podspec.git"

target 'Myproject' do
  use_frameworks!

  # Pods for Myproject
  pod 'linphone-sdk' , '4.2'
end

I already did a pod repo update
Is the source link there still correct?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]